diff --git a/CHANGELOG.md b/CHANGELOG.md index f8bd0bb6..4f4cb38e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.0.41 - 2023-08-25] +## [0.0.41 - 2023-08-26] ### Added diff --git a/nc_py_api/_version.py b/nc_py_api/_version.py index c310035f..cb980a6f 100644 --- a/nc_py_api/_version.py +++ b/nc_py_api/_version.py @@ -1,3 +1,3 @@ """Version of nc_py_api.""" -__version__ = "0.0.41.dev" +__version__ = "0.0.41"