Skip to content

Commit 8a30fd7

Browse files
feat: update version number in package and readme
1 parent af86d19 commit 8a30fd7

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.3
36+
hypernode-api-python==0.0.4
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.3",
21+
version="0.0.4",
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)