Skip to content

Commit

Permalink
[skip ci] fix incorrect version
Browse files Browse the repository at this point in the history
  • Loading branch information
nnansters committed Sep 6, 2024
1 parent 32f4545 commit cfc5898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nannyml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = '0.12.0'
__version__ = '0.11.0'

import logging

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "nannyml"
version = "0.12.0"
version = "0.11.0"
homepage = "https://github.com/nannyml/nannyml"
description = "NannyML, Your library for monitoring model performance."
authors = ["Niels Nuyttens <niels@nannyml.com>"]
Expand Down

0 comments on commit cfc5898

Please sign in to comment.