Skip to content

Commit 825499b

Browse files
committed
version 1.6.1
1 parent 494d297 commit 825499b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pynps/variables/variables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
along with this program. If not, see <https://www.gnu.org/licenses/>. """
1515

1616
# Versioning
17-
VERSION = '1.6.0'
17+
VERSION = '1.6.1'
1818

1919
##STATIC DICTS AND LISTS##
2020
FULL_SYSTEM_NAME = {"PSV": "Playstation Vita", "PSP": "Playstation Portable",

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
AUTHOR = 'evertonstz'
2020
REQUIRES_PYTHON = '>=3.7.0'
21-
VERSION = '1.6.0'
21+
VERSION = '1.6.1'
2222

2323
# What packages are required for this module to be executed?
2424
REQUIRED = [

0 commit comments

Comments
 (0)