Skip to content

Commit

Permalink
Version v0.99.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Dec 6, 2021
1 parent 8273e48 commit 03a52e4
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 @@ -53,7 +53,7 @@ Open a terminal and run these commands:
python3 -m pip install --user --upgrade pip wheel
python3 -m venv porcupine-venv
source porcupine-venv/bin/activate
python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.99.1.zip
python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.99.2.zip
porcu

If you want to leave Porcupine running and use the same terminal for something else,
Expand All @@ -74,7 +74,7 @@ Then run these commands:
python3 -m pip install --user --upgrade pip wheel
python3 -m venv porcupine-venv
source porcupine-venv/bin/activate
python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.99.1.zip
python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.99.2.zip
porcu

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 @@ -11,7 +11,7 @@

import appdirs

version_info = (0, 99, 1) # this is updated with scripts/release.py
version_info = (0, 99, 2) # 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 03a52e4

Please sign in to comment.