Skip to content

Commit 59144f3

Browse files
committed
Version updated from 0.2.1 to 0.3.0
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
1 parent b3ccf3d commit 59144f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.3.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "MyFinances"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "github.com/TreyWW/MyFinances"
55
authors = ["TreyWW"]
66
readme = "README.md"
@@ -86,7 +86,7 @@ requires = ["poetry-core"]
8686
build-backend = "poetry.core.masonry.api"
8787

8888
[tool.bumpversion]
89-
current_version = "0.2.1"
89+
current_version = "0.3.0"
9090
commit = true
9191
commit_args = "-s"
9292
tag = true

0 commit comments

Comments
 (0)