Skip to content

Commit 53f7868

Browse files
Merge pull request #9 from ByteInternet/update_package_version
Update Package Version and Documentation
2 parents 6d8d4fc + 47fee32 commit 53f7868

3 files changed

Lines changed: 3 additions & 3 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.2
36+
hypernode-api-python==0.0.3
3737
```
3838

3939
### Performing API calls

hypernode_api_python/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ def create_brancher(self, app_name, data):
636636
637637
:param str app_name: The name of the Hypernode to create the branch from
638638
:param dict data: Data regarding the branch to be created. An example could be:
639-
{'clear': 'mysql'}.
639+
{'clear_services': ['mysql', 'cron']}.
640640
:return obj response: The request response object
641641
"""
642642
return self.requests(

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.2",
21+
version="0.0.3",
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)