From 81ce2c73ad86a0c897baa56c0016fb84d89fe439 Mon Sep 17 00:00:00 2001 From: Akuli Date: Sat, 30 Jan 2021 13:32:00 +0200 Subject: [PATCH] Version v0.84.1 --- README.md | 6 +++--- porcupine/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ccb10ae81..dda350988 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.0.zip + python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.84.1.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.0.zip + python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.84.1.zip python3 -m porcupine & ### Mac OSX @@ -72,7 +72,7 @@ the "Install launchers for all users" box gets checked and tkinter gets installed. Then open PowerShell or command prompt, and run these commands: py -m pip install --user --upgrade pip wheel - py -m pip install https://github.com/Akuli/porcupine/archive/v0.84.0.zip + py -m pip install https://github.com/Akuli/porcupine/archive/v0.84.1.zip pyw -m porcupine ### Development Install diff --git a/porcupine/__init__.py b/porcupine/__init__.py index 887b994dd..d754e8025 100644 --- a/porcupine/__init__.py +++ b/porcupine/__init__.py @@ -13,7 +13,7 @@ from porcupine import _state -version_info = (0, 84, 0) # this is updated with release.py +version_info = (0, 84, 1) # this is updated with release.py __version__ = '%d.%d.%d' % version_info __author__ = 'Akuli' __copyright__ = 'Copyright (c) 2017-2020 Akuli'