From 49ab39a6339cb7ab07b44c0589bbc83626a3c208 Mon Sep 17 00:00:00 2001 From: Akuli Date: Thu, 4 Feb 2021 20:47:19 +0200 Subject: [PATCH] Version v0.86.0 --- README.md | 4 ++-- porcupine/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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'