Skip to content

Commit

Permalink
Version updated from 0.8.2 to 0.8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
  • Loading branch information
TreyWW committed Sep 29, 2024
1 parent 5eba30a commit 786d58c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import absolute_import, unicode_literals

__version__ = "0.8.2"
__version__ = "0.8.3"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "MyFinances"
version = "0.8.2"
version = "0.8.3"
description = "github.com/TreyWW/MyFinances"
authors = ["TreyWW"]
readme = "README.md"
Expand Down Expand Up @@ -105,7 +105,7 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.bumpversion]
current_version = "0.8.2"
current_version = "0.8.3"
commit = true
commit_args = "-s"
tag = true
Expand Down

0 comments on commit 786d58c

Please sign in to comment.