We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f628007 commit a5daa71Copy full SHA for a5daa71
digitalocean/__init__.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf-8 -*-
2
"""digitalocean API to manage droplets"""
3
4
-__version__ = "1.8"
+__version__ = "1.8.1"
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.8',
+ version='1.8.1',
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