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 478fe05 commit 370539dCopy full SHA for 370539d
backend/__init__.py
@@ -1,3 +1,3 @@
1
from __future__ import absolute_import, unicode_literals
2
3
-__version__ = "0.8.5"
+__version__ = "0.8.6"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "MyFinances"
-version = "0.8.5"
+version = "0.8.6"
4
description = "github.com/TreyWW/MyFinances"
5
authors = ["TreyWW"]
6
readme = "README.md"
@@ -105,7 +105,7 @@ requires = ["poetry-core"]
105
build-backend = "poetry.core.masonry.api"
106
107
[tool.bumpversion]
108
-current_version = "0.8.5"
+current_version = "0.8.6"
109
commit = true
110
commit_args = "-s"
111
tag = true
0 commit comments