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 f42a438 commit cca379dCopy full SHA for cca379d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.1
+current_version = 1.2.0
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.1.1"
+version = "1.2.0"
description = "A client for Devo's ML model manager"
authors = ["Devo ML Team <machine.learning@devo.com>"]
6
license = "MIT"
0 commit comments