From 8676a0e3fcb47709fd72c8e64384078d7de7cbd4 Mon Sep 17 00:00:00 2001 From: evertonstz Date: Wed, 10 Jun 2020 18:28:53 -0300 Subject: [PATCH] version 1.6.0 --- pynps/variables/variables.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pynps/variables/variables.py b/pynps/variables/variables.py index b80fcec..9e2e716 100644 --- a/pynps/variables/variables.py +++ b/pynps/variables/variables.py @@ -14,7 +14,7 @@ along with this program. If not, see . """ # Versioning -VERSION = '1.5.0' +VERSION = '1.6.0' ##STATIC DICTS AND LISTS## FULL_SYSTEM_NAME = {"PSV": "Playstation Vita", "PSP": "Playstation Portable", diff --git a/setup.py b/setup.py index 6f09e72..063161b 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ EMAIL = 'everton@protonmail.com' AUTHOR = 'evertonstz' REQUIRES_PYTHON = '>=3.7.0' -VERSION = '1.5.0' +VERSION = '1.6.0' # What packages are required for this module to be executed? REQUIRED = [