diff --git a/setup.py b/setup.py index 7d3d35a..8bf6b93 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ long_description = f.read() setup(name="weaviate-cli", - version="2.1.1rc0", # 0.1.0rc0 + version="2.1.1", # 0.1.0rc0 description="Comand line interface to interact with weaviate", long_description=long_description, long_description_content_type='text/x-rst',