From 629d9fda04f1959a12bbf697c4ba7f6d8596bf4d Mon Sep 17 00:00:00 2001 From: Rick van de Loo Date: Wed, 7 Dec 2022 09:02:16 +0100 Subject: [PATCH] release 0.0.2 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(