Skip to content

Commit

Permalink
Merge pull request #123 from UpCloudLtd/version-2.0.1
Browse files Browse the repository at this point in the history
Version 2.0.1
  • Loading branch information
ajmyyra authored Mar 22, 2023
2 parents 0c8064f + 48a12e5 commit d0b51a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Alternatively, if you want the newest (possibly not yet released) stuff, clone t
python setup.py install
```

### Supported Python versions in API v2.0.0
### Supported Python versions in API v2.0.1

- Python 3.6
- Python 3.7
Expand Down
2 changes: 1 addition & 1 deletion upcloud_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Python Interface to UpCloud's API.
"""

__version__ = '2.0.0'
__version__ = '2.0.1'
__author__ = 'Developers from UpCloud & elsewhere'
__author_email__ = '[email protected]'
__maintainer__ = 'UpCloud'
Expand Down

0 comments on commit d0b51a8

Please sign in to comment.