From c9de1f20c55a4250cde9e1fcfef0d2c98a1543f1 Mon Sep 17 00:00:00 2001 From: Akuli Date: Thu, 27 May 2021 20:57:36 +0300 Subject: [PATCH] Version v0.92.3 --- README.md | 4 ++-- porcupine/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3501b7967..954c2c833 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Open a terminal and run these commands: sudo apt install python3-tk python3-pip sudo apt install --no-install-recommends tkdnd # for drop_to_open plugin python3 -m pip install --user --upgrade pip wheel - python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.92.2.zip + python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.92.3.zip python3 -m porcupine If you want to leave Porcupine running and use the same terminal for something else, @@ -58,7 +58,7 @@ If you want drag and drop support, also install tkdnd for the Tcl interpreter th Then run these commands: python3 -m pip install --user --upgrade pip wheel - python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.92.2.zip + python3 -m pip install https://github.com/Akuli/porcupine/archive/v0.92.3.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 6d8cd5837..6a2ec5c50 100644 --- a/porcupine/__init__.py +++ b/porcupine/__init__.py @@ -11,7 +11,7 @@ import appdirs # type: ignore[import] -version_info = (0, 92, 2) # this is updated with scripts/release.py +version_info = (0, 92, 3) # this is updated with scripts/release.py __version__ = '%d.%d.%d' % version_info __author__ = 'Akuli' __copyright__ = 'Copyright (c) 2017-2021 Akuli'