Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti Myyrä committed May 4, 2021
1 parent 7d50127 commit 2c8fd67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = upcloud_api
description = UpCloud API Client
long_description = file: README.md
long_description_content_type = text/markdown
opriginal_author = Elias Nygren
original_author = Elias Nygren
maintainer = UpCloud
maintainer_email = hello@upcloud.com
url = https://github.com/UpCloudLtd/upcloud-python-api
Expand Down
8 changes: 4 additions & 4 deletions upcloud_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Python Interface to UpCloud's API.
"""

__version__ = '1.0.1'
__author__ = 'Elias Nygren'
__author_email__ = 'elias.nygren@upcloud.com'
__version__ = '2.0.0'
__author__ = 'Developers from UpCloud & elsewhere'
__author_email__ = 'hello@upcloud.com'
__maintainer__ = 'UpCloud'
__maintainer_email__ = 'hello@upcloud.com'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2015 UpCloud'
__copyright__ = 'Copyright (c) 2015- UpCloud'

from upcloud_api.cloud_manager import CloudManager
from upcloud_api.errors import UpCloudAPIError, UpCloudClientError
Expand Down

0 comments on commit 2c8fd67

Please sign in to comment.