We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84afd4c commit 438479dCopy full SHA for 438479d
digitalocean/__init__.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf-8 -*-
2
"""digitalocean API to manage droplets"""
3
4
-__version__ = "1.7"
+__version__ = "1.8"
5
__author__ = "Lorenzo Setale ( http://who.is.lorenzo.setale.me/? )"
6
__author_email__ = "koalalorenzo@gmail.com"
7
__license__ = "LGPL v3"
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name='python-digitalocean',
18
- version='1.7',
+ version='1.8',
19
description='digitalocean.com API to manage Droplets and Images',
20
author='Lorenzo Setale ( http://who.is.lorenzo.setale.me/? )',
21
author_email='koalalorenzo@gmail.com',
0 commit comments