From 619ad6c6ab36a43fdc8a895de1fa9e7ed9c63ce9 Mon Sep 17 00:00:00 2001 From: kompotkot Date: Mon, 6 Jan 2025 13:51:33 +0000 Subject: [PATCH] Fix pypi naming 2 moonstream_types --- types/python/moonstreamtypes/version.txt | 2 +- types/python/setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/types/python/moonstreamtypes/version.txt b/types/python/moonstreamtypes/version.txt index c5d54ec3..7c1886bb 100644 --- a/types/python/moonstreamtypes/version.txt +++ b/types/python/moonstreamtypes/version.txt @@ -1 +1 @@ -0.0.9 +0.0.10 diff --git a/types/python/setup.py b/types/python/setup.py index 8bfb5db7..045906bb 100644 --- a/types/python/setup.py +++ b/types/python/setup.py @@ -7,7 +7,7 @@ with open("README.md") as ifp: long_description = ifp.read() setup( - name="moonstream-types", + name="moonstream_types", version=VERSION, author="Moonstream.to", author_email="engineers@moonstream.to", @@ -34,7 +34,7 @@ setup( zip_safe=False, install_requires=[ "moonstreamdb>=0.4.5", - "moonstreamdb-v3>=0.1.2", + "moonstreamdb_v3>=0.1.3", ], extras_require={ "dev": ["black", "isort", "mypy"],