Skip to content

Commit

Permalink
Merge pull request #21 from ByteInternet/update_version_number
Browse files Browse the repository at this point in the history
Update hypernode-api-python version to 0.0.6
  • Loading branch information
vdloo authored Mar 27, 2023
2 parents 8e236ac + 38110d0 commit 37a1f89
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.5
hypernode-api-python==0.0.6
```

### 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.5",
version="0.0.6",
description='"Hypernode API Client for Python"',
url="https://github.com/ByteInternet/hypernode_api_python",
packages=find_packages(
Expand Down

0 comments on commit 37a1f89

Please sign in to comment.