From b96ec9a9046865a00001a4bc6b13a5235289dc3c Mon Sep 17 00:00:00 2001 From: evertonstz Date: Sun, 5 Apr 2020 19:32:26 -0300 Subject: [PATCH] bumps version --- 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 339ef5b..73793b1 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.4.1' +VERSION = '1.4.2' ##STATIC DICTS AND LISTS## FULL_SYSTEM_NAME = {"PSV": "Playstation Vita", "PSP": "Playstation Portable", diff --git a/setup.py b/setup.py index 929705d..3877fac 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ EMAIL = 'everton@protonmail.com' AUTHOR = 'evertonstz' REQUIRES_PYTHON = '>=3.7.0' -VERSION = '1.4.1' +VERSION = '1.4.2' # What packages are required for this module to be executed? REQUIRED = [