Skip to content

Commit

Permalink
version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonstz committed Jan 10, 2020
1 parent ba15ea7 commit c932793
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.4.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.4.1-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.4.0-1.x86_64.linux /usr/bin/pynps
>$ sudo mv pynps-1.4.1-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/variables/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>. """

# Versioning
VERSION = '1.4.0'
VERSION = '1.4.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 @@ -18,7 +18,7 @@
EMAIL = 'everton@protonmail.com'
AUTHOR = 'evertonstz'
REQUIRES_PYTHON = '>=3.7.0'
VERSION = '1.4.0'
VERSION = '1.4.1'

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down

0 comments on commit c932793

Please sign in to comment.