We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ccf3d commit 59144f3Copy full SHA for 59144f3
backend/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.2.1"
+__version__ = "0.3.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "MyFinances"
3
-version = "0.2.1"
+version = "0.3.0"
4
description = "github.com/TreyWW/MyFinances"
5
authors = ["TreyWW"]
6
readme = "README.md"
@@ -86,7 +86,7 @@ requires = ["poetry-core"]
86
build-backend = "poetry.core.masonry.api"
87
88
[tool.bumpversion]
89
-current_version = "0.2.1"
+current_version = "0.3.0"
90
commit = true
91
commit_args = "-s"
92
tag = true
0 commit comments