Skip to content

Commit 4a75662

Browse files
committed
Bump version: 0.4.0 → 0.4.1
1 parent f2d97f0 commit 4a75662

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0
2+
current_version = 0.4.1
33
commit = True
44
tag = True
55

nannyml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
3333
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
3434
#
35-
__version__ = '0.4.0'
35+
__version__ = '0.4.1'
3636

3737
import logging
3838

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "nannyml"
4-
version = "0.4.0"
4+
version = "0.4.1"
55
homepage = "https://github.com/nannyml/nannyml"
66
description = "NannyML, Your library for monitoring model performance."
77
authors = ["Niels Nuyttens <niels@nannyml.com>"]

0 commit comments

Comments
 (0)