Skip to content

Commit

Permalink
Version v0.84.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 30, 2021
1 parent cf71de4 commit 81ce2c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Open a terminal and run these commands:

sudo apt install python3-tk python3-pip
python3 -m pip install --user --upgrade pip wheel
python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.84.0.zip
python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.84.1.zip
python3 -m porcupine &

### Other Linux distributions
Expand All @@ -53,7 +53,7 @@ Install Python 3.6 or newer with pip and tkinter somehow. Then run these
commands:

python3 -m pip install --user --upgrade pip wheel
python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.84.0.zip
python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.84.1.zip
python3 -m porcupine &

### Mac OSX
Expand All @@ -72,7 +72,7 @@ the "Install launchers for all users" box gets checked and tkinter gets
installed. Then open PowerShell or command prompt, and run these commands:

py -m pip install --user --upgrade pip wheel
py -m pip install https://github.com/Akuli/porcupine/archive/v0.84.0.zip
py -m pip install https://github.com/Akuli/porcupine/archive/v0.84.1.zip
pyw -m porcupine

### Development Install
Expand Down
2 changes: 1 addition & 1 deletion porcupine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from porcupine import _state

version_info = (0, 84, 0) # this is updated with release.py
version_info = (0, 84, 1) # this is updated with release.py
__version__ = '%d.%d.%d' % version_info
__author__ = 'Akuli'
__copyright__ = 'Copyright (c) 2017-2020 Akuli'
Expand Down

0 comments on commit 81ce2c7

Please sign in to comment.