We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf927c8 + 629d9fd commit 49adf30Copy full SHA for 49adf30
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.1
+hypernode-api-python==0.0.2
37
```
38
39
### Performing API calls
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name="hypernode_api_python",
21
- version="0.0.1",
+ version="0.0.2",
22
description='"Hypernode API Client for Python"',
23
url="https://github.com/ByteInternet/hypernode_api_python",
24
packages=find_packages(
0 commit comments