diff --git a/types/python/moonstreamtypes/version.txt b/types/python/moonstreamtypes/version.txt index 7c1886bb..2cfabea2 100644 --- a/types/python/moonstreamtypes/version.txt +++ b/types/python/moonstreamtypes/version.txt @@ -1 +1 @@ -0.0.10 +0.0.11 diff --git a/types/python/setup.py b/types/python/setup.py index f34f7867..345909dc 100644 --- a/types/python/setup.py +++ b/types/python/setup.py @@ -34,7 +34,7 @@ zip_safe=False, install_requires=[ "moonstreamdb>=0.4.5", - "moonstreamdb-v3>=0.1.3", + "moonstreamdb-v3>=0.1.4", ], extras_require={ "dev": ["black", "isort", "mypy"],