Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonstz committed Dec 5, 2019
1 parent c6681be commit 989e7d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pynps.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from tempfile import TemporaryDirectory as TmpFolder

# Versioning
VERSION = '1.2.0'
VERSION = '1.2.1'

##STATIC DICTS AND LISTS##
_FULL_SYSTEM_NAME = {"PSV": "Playstation Vita", "PSP": "Playstation Portable",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='pynps',
version='1.2.0',
version='1.2.1',
py_modules=['pynps'],
license='GPL3',
description = 'PyNPS is a Nopaystation client writen in python',
Expand Down

0 comments on commit 989e7d4

Please sign in to comment.