Skip to content

Commit 181f75b

Browse files
committed
Bump version: 0.6.1 → 0.6.2
1 parent 1dbcfe7 commit 181f75b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.6.1
2+
current_version = 0.6.2
33
commit = True
44
tag = True
55

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ Allowing you to have the following benefits:
6969
| 🔬 **[Technical reference]** | Monitor the performance of your ML models. |
7070
| 🔎 **[Blog]** | Thoughts on post-deployment data science from the NannyML team. |
7171
| 📬 **[Newsletter]** | All things post-deployment data science. Subscribe to see the latest papers and blogs. |
72-
| 💎 **[New in v0.6.1]** | New features, bug fixes. |
72+
| 💎 **[New in v0.6.2]** | New features, bug fixes. |
7373
| 🧑‍💻 **[Contribute]** | How to contribute to the NannyML project and codebase. |
7474
| <img src="https://raw.githubusercontent.com/NannyML/nannyml/main/media/slack.png" height='15'> **[Join slack]** | Need help with your specific use case? Say hi on slack! |
7575

7676
[NannyML 101]: https://nannyml.readthedocs.io/en/stable/
7777
[Performance Estimation]: https://nannyml.readthedocs.io/en/stable/how_it_works/performance_estimation.html
7878
[Key Concepts]: https://nannyml.readthedocs.io/en/stable/glossary.html
7979
[Technical Reference]:https://nannyml.readthedocs.io/en/stable/nannyml/modules.html
80-
[New in v0.6.1]: https://github.com/NannyML/nannyml/releases/latest/
80+
[New in v0.6.2]: https://github.com/NannyML/nannyml/releases/latest/
8181
[Real World Example]: https://nannyml.readthedocs.io/en/stable/examples/california_housing.html
8282
[Blog]: https://www.nannyml.com/blog
8383
[Newsletter]: https://mailchi.mp/022c62281d13/postdeploymentnewsletter

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.6.1'
35+
__version__ = '0.6.2'
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.6.1"
4+
version = "0.6.2"
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)