From 9dc61b9a829dc99db80d3c5eb4f7f771eef79b58 Mon Sep 17 00:00:00 2001 From: Vincent Texier <vit@free.fr> Date: Sun, 27 Apr 2025 13:08:40 +0200 Subject: [PATCH] 0.14.4 --- pyproject.toml | 2 +- tikka/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c0bcb971..32b3ef31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tikka" -version = "0.14.3" +version = "0.14.4" description = "Tikka is a fast and light Python/Tk client to manage your Ğ1 accounts" authors = [{name = "Vincent Texier", email = "vit@free.fr"}] requires-python = ">=3.9" diff --git a/tikka/__init__.py b/tikka/__init__.py index f340e4c2..8db5833e 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.14.3" +__version__ = "0.14.4" -- GitLab