diff --git a/README.md b/README.md index 35a2d59..72e6a6f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ $ python3 -m venv venv $ . venv/bin/activate $ pip install hypernode-api-python $ pip freeze | grep hypernode-api-python -hypernode-api-python==0.0.1 +hypernode-api-python==0.0.2 ``` ### Performing API calls diff --git a/setup.py b/setup.py index be2ea05..ac60f8d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name="hypernode_api_python", - version="0.0.1", + version="0.0.2", description='"Hypernode API Client for Python"', url="https://github.com/ByteInternet/hypernode_api_python", packages=find_packages(