Skip to content

Commit 617a662

Browse files
Merge pull request #12 from ByteInternet/update_version_number_in_package_and_readme
Update version to 0.0.5
2 parents 6fd2ff9 + 1527602 commit 617a662

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ python3 -m venv venv
3333
$ . venv/bin/activate
3434
$ pip install hypernode-api-python
3535
$ pip freeze | grep hypernode-api-python
36-
hypernode-api-python==0.0.4
36+
hypernode-api-python==0.0.5
3737
```
3838

3939
### Performing API calls

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="hypernode_api_python",
21-
version="0.0.4",
21+
version="0.0.5",
2222
description='"Hypernode API Client for Python"',
2323
url="https://github.com/ByteInternet/hypernode_api_python",
2424
packages=find_packages(

0 commit comments

Comments
 (0)