Skip to content

Commit

Permalink
release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vdloo committed Dec 7, 2022
1 parent cf927c8 commit 629d9fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 629d9fd

Please sign in to comment.