Skip to content

Commit 370539d

Browse files
committed
Version updated from 0.8.5 to 0.8.6
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
1 parent 478fe05 commit 370539d

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,3 +1,3 @@
11
from __future__ import absolute_import, unicode_literals
22

3-
__version__ = "0.8.5"
3+
__version__ = "0.8.6"

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.8.5"
3+
version = "0.8.6"
44
description = "github.com/TreyWW/MyFinances"
55
authors = ["TreyWW"]
66
readme = "README.md"
@@ -105,7 +105,7 @@ requires = ["poetry-core"]
105105
build-backend = "poetry.core.masonry.api"
106106

107107
[tool.bumpversion]
108-
current_version = "0.8.5"
108+
current_version = "0.8.6"
109109
commit = true
110110
commit_args = "-s"
111111
tag = true

0 commit comments

Comments
 (0)