Skip to content

Commit 235d35a

Browse files
author
Elias Nygren
committed
bump version to 0.3.0
1 parent f21af3e commit 235d35a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
setup(
66
name='upcloud-api',
7-
version='0.2.0',
7+
version='0.3.0',
88
description='UpCloud API Client',
99
author='Elias Nygren',
1010
author_email='elias.nygren@upcloud.com',
1111
maintainer='Elias Nygren',
1212
maintainer_email='elias.nygren@upcloud.com',
1313
url='https://github.com/UpCloudLtd/upcloud-python-api',
1414
packages=['upcloud_api', 'upcloud_api.cloud_manager'],
15-
download='https://github.com/UpCloudLtd/upcloud-python-api/tarball/v0.2.0',
15+
download='https://github.com/UpCloudLtd/upcloud-python-api/tarball/v0.3.0',
1616
license='MIT',
1717
install_requires=[
1818
'future==0.14.3',

upcloud_api/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
from future import standard_library
1010
standard_library.install_aliases()
1111

12-
__version__ = "0.0.1"
12+
__version__ = "0.3.0"
1313
__author__ = "Elias Nygren"
14-
__author_email__ = "elias.nygren@outlook.com"
15-
__license__ = "See: http://creativecommons.org/licenses/by-nd/3.0/ "
14+
__author_email__ = "elias.nygren@upcloud.com"
15+
__license__ = "MIT"
1616
__copyright__ = "Copyright (c) 2015 Elias Nygren"
1717

1818

0 commit comments

Comments
 (0)