From 1f98553997fddfde965583aa710eba19e15a890f Mon Sep 17 00:00:00 2001 From: Akuli Date: Thu, 11 Feb 2021 17:29:51 +0200 Subject: [PATCH] Version v0.88.0 --- README.md | 4 ++-- porcupine/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e924522e3..a9c803ec4 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.87.1.zip + python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.88.0.zip python3 -m porcupine If you want to leave Porcupine running and use the same terminal for something else, @@ -56,7 +56,7 @@ Install Python 3.7 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.87.1.zip + python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.88.0.zip python3 -m porcupine If you want to leave Porcupine running and use the same terminal for something else, diff --git a/porcupine/__init__.py b/porcupine/__init__.py index 432cbe4ff..6ee36c77d 100644 --- a/porcupine/__init__.py +++ b/porcupine/__init__.py @@ -11,7 +11,7 @@ import appdirs # type: ignore[import] -version_info = (0, 87, 1) # this is updated with scripts/release.py +version_info = (0, 88, 0) # this is updated with scripts/release.py __version__ = '%d.%d.%d' % version_info __author__ = 'Akuli' __copyright__ = 'Copyright (c) 2017-2021 Akuli'