diff --git a/cybertensor/__init__.py b/cybertensor/__init__.py index 7679771..951f02b 100644 --- a/cybertensor/__init__.py +++ b/cybertensor/__init__.py @@ -30,7 +30,7 @@ nest_asyncio.apply() # Cybertensor code and protocol version. -__version__ = "0.2.0" +__version__ = "0.2.1" version_split = __version__.split(".") __version_as_int__ = ( (100 * int(version_split[0])) diff --git a/requirements/prod.txt b/requirements/prod.txt index 5ab4517..e3a3173 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -37,5 +37,4 @@ cosmpy>=0.9.1 ecdsa<0.15 py-bip39-bindings urllib3==1.26.15 -websocket>=0.2.1 -websocket-client==1.7.0 \ No newline at end of file +websocket-client>=1.7.0 \ No newline at end of file