Skip to content

Commit 6a6f2ba

Browse files
committed
Bump version: 0.5.2 → 0.5.3
1 parent 171c2c1 commit 6a6f2ba

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.5.2
2+
current_version = 0.5.3
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.5.2'
35+
__version__ = '0.5.3'
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.5.2"
4+
version = "0.5.3"
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)