diff --git a/clients/python/moonstream/version.py b/clients/python/moonstream/version.py index ac0687285..f631c4c50 100644 --- a/clients/python/moonstream/version.py +++ b/clients/python/moonstream/version.py @@ -1 +1 @@ -MOONSTREAM_CLIENT_VERSION = "0.1.1" +MOONSTREAM_CLIENT_VERSION = "0.1.2" diff --git a/clients/python/setup.py b/clients/python/setup.py index a3733873d..667ddad1f 100644 --- a/clients/python/setup.py +++ b/clients/python/setup.py @@ -22,7 +22,7 @@ "types-requests", "types-dataclasses", ], - "distribute": ["setuptools", "twine", "wheel"], + "distribute": ["build", "twine"], }, description="Moonstream: Open source blockchain analytics", long_description=long_description,