From 8a36b2d4d6368f8508a4283a1f5c30ef8b5f4a91 Mon Sep 17 00:00:00 2001 From: Trey <73353716+TreyWW@users.noreply.github.com> Date: Sun, 15 Sep 2024 17:15:51 +0100 Subject: [PATCH] Version updated from 0.6.1 to 0.6.2 Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com> --- backend/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/__init__.py b/backend/__init__.py index 7e0f07ce..8f8f2fbe 100644 --- a/backend/__init__.py +++ b/backend/__init__.py @@ -1,3 +1,3 @@ from __future__ import absolute_import, unicode_literals -__version__ = "0.6.1" +__version__ = "0.6.2" diff --git a/pyproject.toml b/pyproject.toml index e0d0bc80..da9d0570 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "MyFinances" -version = "0.6.1" +version = "0.6.2" description = "github.com/TreyWW/MyFinances" authors = ["TreyWW"] readme = "README.md" @@ -107,7 +107,7 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.bumpversion] -current_version = "0.6.1" +current_version = "0.6.2" commit = true commit_args = "-s" tag = true