diff --git a/README.md b/README.md index 1ebea13c5..80c6388b1 100644 --- a/README.md +++ b/README.md @@ -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.1.zip + python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.84.2.zip python3 -m porcupine & ### Other Linux distributions @@ -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.1.zip + python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.84.2.zip python3 -m porcupine & ### Mac OSX diff --git a/porcupine/__init__.py b/porcupine/__init__.py index d754e8025..ca23ecde6 100644 --- a/porcupine/__init__.py +++ b/porcupine/__init__.py @@ -13,7 +13,7 @@ from porcupine import _state -version_info = (0, 84, 1) # this is updated with release.py +version_info = (0, 84, 2) # this is updated with release.py __version__ = '%d.%d.%d' % version_info __author__ = 'Akuli' __copyright__ = 'Copyright (c) 2017-2020 Akuli'