Skip to content

Commit 49adf30

Browse files
authored
Merge pull request #6 from ByteInternet/release-0.0.2
release 0.0.2
2 parents cf927c8 + 629d9fd commit 49adf30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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