diff --git a/setup.py b/setup.py index 45a0a41..2591f93 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="mock-firestore", - version="0.11.2", + version="0.11.3", author="", description="In-memory implementation of Google Cloud Firestore for use in tests", long_description=long_description,