We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fd2ff9 + 1527602 commit 617a662Copy full SHA for 617a662
2 files changed
README.md
@@ -33,7 +33,7 @@ $ python3 -m venv venv
33
$ . venv/bin/activate
34
$ pip install hypernode-api-python
35
$ pip freeze | grep hypernode-api-python
36
-hypernode-api-python==0.0.4
+hypernode-api-python==0.0.5
37
```
38
39
### Performing API calls
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name="hypernode_api_python",
21
- version="0.0.4",
+ version="0.0.5",
22
description='"Hypernode API Client for Python"',
23
url="https://github.com/ByteInternet/hypernode_api_python",
24
packages=find_packages(
0 commit comments