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 ffbec8a commit fad1f5cCopy full SHA for fad1f5c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.5.0
+current_version = 1.5.1
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "devo-mlmodelmanager"
-version = "1.5.0"
+version = "1.5.1"
description = "A client for Devo's ML model manager"
authors = ["Devo ML Team <machine.learning@devo.com>"]
6
license = "MIT"
0 commit comments