From bd9dc457a09800b4b86a71d0bb4125dd45c1d525 Mon Sep 17 00:00:00 2001
From: Vincent Texier <vit@free.fr>
Date: Mon, 20 Mar 2023 16:42:40 +0100
Subject: [PATCH] 0.8.1

---
 pyproject.toml    | 2 +-
 tikka/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 56ea4d21..f470dc45 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "tikka"
-version = "0.8.0"
+version = "0.8.1"
 description = "Tikka is a fast and light Python/Tk client to manage your Ğ1 accounts"
 authors = ["Vincent Texier <vit@free.fr>"]
 include = [
diff --git a/tikka/__init__.py b/tikka/__init__.py
index e67c40a1..a318dd5f 100644
--- a/tikka/__init__.py
+++ b/tikka/__init__.py
@@ -13,4 +13,4 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-__version__ = "0.8.0"
+__version__ = "0.8.1"
-- 
GitLab