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 f2d97f0 commit 4a75662Copy full SHA for 4a75662
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.0
+current_version = 0.4.1
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.4.0'
+__version__ = '0.4.1'
36
37
import logging
38
pyproject.toml
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "nannyml"
-version = "0.4.0"
+version = "0.4.1"
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