diff --git a/README.md b/README.md index b4a736f..f17ef4a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/upcloud_api/__init__.py b/upcloud_api/__init__.py index c3ddfc5..84828ca 100644 --- a/upcloud_api/__init__.py +++ b/upcloud_api/__init__.py @@ -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__ = 'hello@upcloud.com' __maintainer__ = 'UpCloud'