Skip to content

Commit 2c8fd67

Browse files
author
Antti Myyrä
committed
Version 2.0.0
1 parent 7d50127 commit 2c8fd67

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = upcloud_api
33
description = UpCloud API Client
44
long_description = file: README.md
55
long_description_content_type = text/markdown
6-
opriginal_author = Elias Nygren
6+
original_author = Elias Nygren
77
maintainer = UpCloud
88
maintainer_email = [email protected]
99
url = https://github.com/UpCloudLtd/upcloud-python-api

upcloud_api/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
Python Interface to UpCloud's API.
33
"""
44

5-
__version__ = '1.0.1'
6-
__author__ = 'Elias Nygren'
7-
__author_email__ = 'elias.nygren@upcloud.com'
5+
__version__ = '2.0.0'
6+
__author__ = 'Developers from UpCloud & elsewhere'
7+
__author_email__ = 'hello@upcloud.com'
88
__maintainer__ = 'UpCloud'
99
__maintainer_email__ = '[email protected]'
1010
__license__ = 'MIT'
11-
__copyright__ = 'Copyright (c) 2015 UpCloud'
11+
__copyright__ = 'Copyright (c) 2015- UpCloud'
1212

1313
from upcloud_api.cloud_manager import CloudManager
1414
from upcloud_api.errors import UpCloudAPIError, UpCloudClientError

0 commit comments

Comments
 (0)