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 47f871d commit be0490cCopy full SHA for be0490c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.5.1
+current_version = 1.5.2
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.1"
+version = "1.5.2"
description = "A client for Devo's ML model manager"
authors = ["Devo ML Team <machine.learning@devo.com>"]
6
license = "MIT"
0 commit comments