diff --git a/CHANGELOG.md b/CHANGELOG.md index 41866bb..472368d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -## [0.1.8] - 2023-05-12 +## [0.1.10] - 2023-05-12 ### Fix diff --git a/src/mongomancy/__init__.py b/src/mongomancy/__init__.py index 520a5ae..a9a0dbd 100644 --- a/src/mongomancy/__init__.py +++ b/src/mongomancy/__init__.py @@ -1,7 +1,7 @@ """ Abstraction layer of PyMongo with auto-reconnect and collection initialization support. """ -__version__ = "0.1.8" +__version__ = "0.1.10" # pymongo shortcuts import pymongo