Skip to content

Commit 7da83e7

Browse files
committed
Bump version: 0.10.4 → 0.10.5
1 parent ebe20c4 commit 7da83e7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.10.4
2+
current_version = 0.10.5
33
commit = True
44
tag = True
55

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ Allowing you to have the following benefits:
7171
| 🔬 **[Technical reference]** | Monitor the performance of your ML models. |
7272
| 🔎 **[Blog]** | Thoughts on post-deployment data science from the NannyML team. |
7373
| 📬 **[Newsletter]** | All things post-deployment data science. Subscribe to see the latest papers and blogs. |
74-
| 💎 **[New in v0.10.4]** | New features, bug fixes. |
74+
| 💎 **[New in v0.10.5]** | New features, bug fixes. |
7575
| 🧑‍💻 **[Contribute]** | How to contribute to the NannyML project and codebase. |
7676
| <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! |
7777

7878
[nannyml 101]: https://nannyml.readthedocs.io/en/stable/
7979
[performance estimation]: https://nannyml.readthedocs.io/en/stable/how_it_works/performance_estimation.html
8080
[key concepts]: https://nannyml.readthedocs.io/en/stable/glossary.html
8181
[technical reference]: https://nannyml.readthedocs.io/en/stable/nannyml/modules.html
82-
[new in v0.10.4]: https://github.com/NannyML/nannyml/releases/latest/
82+
[new in v0.10.5]: https://github.com/NannyML/nannyml/releases/latest/
8383
[real world example]: https://nannyml.readthedocs.io/en/stable/examples/california_housing.html
8484
[blog]: https://www.nannyml.com/blog
8585
[newsletter]: https://mailchi.mp/022c62281d13/postdeploymentnewsletter
@@ -264,11 +264,11 @@ Curious what we are working on next? Have a look at our [roadmap](https://bit.ly
264264

265265
To cite NannyML in academic papers, please use the following BibTeX entry.
266266

267-
### Version 0.10.4
267+
### Version 0.10.5
268268

269269
```
270270
@misc{nannyml,
271-
title = {{N}anny{ML} (release 0.10.4)},
271+
title = {{N}anny{ML} (release 0.10.5)},
272272
howpublished = {\url{https://github.com/NannyML/nannyml}},
273273
month = mar,
274274
year = 2023,

nannyml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
3232
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
3333
#
34-
__version__ = '0.10.4'
34+
__version__ = '0.10.5'
3535

3636
import logging
3737

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.10.4"
4+
version = "0.10.5"
55
homepage = "https://github.com/nannyml/nannyml"
66
description = "NannyML, Your library for monitoring model performance."
77
authors = ["Niels Nuyttens <[email protected]>"]

0 commit comments

Comments
 (0)