Skip to content

Commit

Permalink
Version v0.87.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Feb 11, 2021
1 parent 089b26f commit b26fd3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.87.0.zip
python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.87.1.zip
python3 -m porcupine

If you want to leave Porcupine running and use the same terminal for something else,
Expand All @@ -56,7 +56,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.87.0.zip
python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.87.1.zip
python3 -m porcupine

If you want to leave Porcupine running and use the same terminal for something else,
Expand Down
2 changes: 1 addition & 1 deletion porcupine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from porcupine.utils import subprocess_kwargs as _subprocess_kwargs

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

0 comments on commit b26fd3e

Please sign in to comment.