diff --git a/README.md b/README.md index 912ba1dd1..732fd1460 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.85.0.zip + python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.86.0.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.85.0.zip + python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.86.0.zip python3 -m porcupine & ### Mac OSX diff --git a/porcupine/__init__.py b/porcupine/__init__.py index 63c00edb3..b04a201bc 100644 --- a/porcupine/__init__.py +++ b/porcupine/__init__.py @@ -14,7 +14,7 @@ import appdirs # type: ignore[import] -version_info = (0, 85, 0) # this is updated with scripts/release.py +version_info = (0, 86, 0) # this is updated with scripts/release.py __version__ = '%d.%d.%d' % version_info __author__ = 'Akuli' __copyright__ = 'Copyright (c) 2017-2021 Akuli'