From 4ac95a5cb434810bb871352eeaa7229c57695073 Mon Sep 17 00:00:00 2001 From: Trey <73353716+TreyWW@users.noreply.github.com> Date: Sun, 13 Oct 2024 20:09:10 +0100 Subject: [PATCH] Version updated from 0.8.10 to 0.9.0 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 6774378d3..6efc34b39 100644 --- a/backend/__init__.py +++ b/backend/__init__.py @@ -1,3 +1,3 @@ from __future__ import absolute_import, unicode_literals -__version__ = "0.8.10" +__version__ = "0.9.0" diff --git a/pyproject.toml b/pyproject.toml index 458bb91c1..9a7cc191f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "MyFinances" -version = "0.8.10" +version = "0.9.0" description = "github.com/TreyWW/MyFinances" authors = ["TreyWW"] readme = "README.md" @@ -105,7 +105,7 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.bumpversion] -current_version = "0.8.10" +current_version = "0.9.0" commit = true commit_args = "-s" tag = true