We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fd1ea commit 3832163Copy full SHA for 3832163
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='upcloud-api',
7
- version='0.3.3',
+ version='0.3.4',
8
description='UpCloud API Client',
9
author='Elias Nygren',
10
author_email='elias.nygren@upcloud.com',
upcloud_api/__init__.py
@@ -9,7 +9,7 @@
from future import standard_library
standard_library.install_aliases()
11
12
-__version__ = "0.3.3"
+__version__ = "0.3.4"
13
__author__ = "Elias Nygren"
14
__author_email__ = "elias.nygren@upcloud.com"
15
__license__ = "MIT"
0 commit comments