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 171c2c1 commit 6a6f2baCopy full SHA for 6a6f2ba
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.2
+current_version = 0.5.3
3
commit = True
4
tag = True
5
nannyml/__init__.py
@@ -32,7 +32,7 @@
32
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
33
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
34
#
35
-__version__ = '0.5.2'
+__version__ = '0.5.3'
36
37
import logging
38
pyproject.toml
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "nannyml"
-version = "0.5.2"
+version = "0.5.3"
homepage = "https://github.com/nannyml/nannyml"
6
description = "NannyML, Your library for monitoring model performance."
7
authors = ["Niels Nuyttens <niels@nannyml.com>"]
0 commit comments