File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 44
55setup (
66 name = 'upcloud-api' ,
7- version = '0.3.0 ' ,
7+ version = '0.3.1 ' ,
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.3.0 ' ,
15+ download = 'https://github.com/UpCloudLtd/upcloud-python-api/tarball/v0.3.1 ' ,
1616 license = 'MIT' ,
1717 install_requires = [
1818 'future==0.14.3' ,
Original file line number Diff line number Diff line change 99from future import standard_library
1010standard_library .install_aliases ()
1111
12- __version__ = "0.3.0 "
12+ __version__ = "0.3.1 "
1313__author__ = "Elias Nygren"
1414__author_email__ = "elias.nygren@upcloud.com"
1515__license__ = "MIT"
1616__copyright__ = "Copyright (c) 2015 Elias Nygren"
1717
18-
19- from upcloud_api .server import Server
2018from upcloud_api .storage import Storage
2119from upcloud_api .ip_address import IP_address
20+ from upcloud_api .server import Server
2221from upcloud_api .firewall import FirewallRule
2322from upcloud_api .tools import OperatingSystems , ZONE
2423from upcloud_api .tag import Tag
You can’t perform that action at this time.
0 commit comments