Skip to content

Commit 3832163

Browse files
author
Elias Nygren
committed
bump version to 0.3.4
1 parent 45fd1ea commit 3832163

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='upcloud-api',
7-
version='0.3.3',
7+
version='0.3.4',
88
description='UpCloud API Client',
99
author='Elias Nygren',
1010
author_email='elias.nygren@upcloud.com',

upcloud_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from future import standard_library
1010
standard_library.install_aliases()
1111

12-
__version__ = "0.3.3"
12+
__version__ = "0.3.4"
1313
__author__ = "Elias Nygren"
1414
__author_email__ = "elias.nygren@upcloud.com"
1515
__license__ = "MIT"

0 commit comments

Comments
 (0)