Skip to content

Commit

Permalink
version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonstz committed Dec 5, 2019
1 parent 67549cc commit 1bc7277
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ You can grab the latest x86_64 binary file at [releases](https://github.com/ever
If you want to just use it by typing "pynps" in your terminal, you'll have to copy your binary to /usr/bin/

Here's a full guide:
- download the latest release [here](https://github.com/evertonstz/pyNPS/releases), last time time this readme was updated it was 1.1.0, so you'll need to download the file named `pynps-1.1.0-1.x86_64.linux`;
- download the latest release [here](https://github.com/evertonstz/pyNPS/releases), last time time this readme was updated it was 1.1.0, so you'll need to download the file named `pynps-1.3.0-1.x86_64.linux`;

- enter your terminal and cd to were you downloaded the file, usually it's:
>$ cd ~/Download
- move the downloaded file to the /usr/bin folder by runing (don't forget to change the version if you're installing a newer release):
>$ sudo mv pynps-1.1.0-1.x86_64.linux /usr/bin/pynps
>$ sudo mv pynps-1.3.0-1.x86_64.linux /usr/bin/pynps
- make sure the moved file is marked as executable:
>$ sudo chmod +x /usr/bin/pynps
Expand Down
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.1'
VERSION = '1.3.0'

##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.1',
version='1.3.0',
py_modules=['pynps'],
license='GPL3',
description = 'PyNPS is a Nopaystation client writen in python',
Expand Down

0 comments on commit 1bc7277

Please sign in to comment.