From a1a0590f392f2f2886ca0d480132abc577a7b99c Mon Sep 17 00:00:00 2001 From: Vincent Texier <vit@free.fr> Date: Fri, 3 Mar 2023 12:06:50 +0100 Subject: [PATCH] 0.7.4 --- pyproject.toml | 2 +- tikka/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3efaa6ba..cdb8825b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tikka" -version = "0.7.3" +version = "0.7.4" 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 117f11b6..e0324146 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.7.3" +__version__ = "0.7.4" -- GitLab