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 af86d19 + 8a30fd7 commit 2b343a0Copy full SHA for 2b343a0
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.3
+hypernode-api-python==0.0.4
37
```
38
39
### Performing API calls
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name="hypernode_api_python",
21
- version="0.0.3",
+ version="0.0.4",
22
description='"Hypernode API Client for Python"',
23
url="https://github.com/ByteInternet/hypernode_api_python",
24
packages=find_packages(
0 commit comments