Skip to content

Commit d0b51a8

Browse files
authored
Merge pull request #123 from UpCloudLtd/version-2.0.1
Version 2.0.1
2 parents 0c8064f + 48a12e5 commit d0b51a8

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
@@ -22,7 +22,7 @@ Alternatively, if you want the newest (possibly not yet released) stuff, clone t
2222
python setup.py install
2323
```
2424

25-
### Supported Python versions in API v2.0.0
25+
### Supported Python versions in API v2.0.1
2626

2727
- Python 3.6
2828
- Python 3.7

upcloud_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Python Interface to UpCloud's API.
33
"""
44

5-
__version__ = '2.0.0'
5+
__version__ = '2.0.1'
66
__author__ = 'Developers from UpCloud & elsewhere'
77
__author_email__ = 'hello@upcloud.com'
88
__maintainer__ = 'UpCloud'

0 commit comments

Comments
 (0)