Skip to content

Commit

Permalink
New minor release.
Browse files Browse the repository at this point in the history
  • Loading branch information
koalalorenzo committed Sep 26, 2014
1 parent 863c11a commit 04f2a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion digitalocean/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

"""digitalocean API to manage droplets"""

__version__ = "1.0.1"
__version__ = "1.0.2"
__author__ = "Lorenzo Setale ( http://who.is.lorenzo.setale.me/? )"
__author_email__ = "koalalorenzo@gmail.com"
__license__ = "See: http://creativecommons.org/licenses/by-nd/3.0/ "
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
long_description = file.read()

setup(name='python-digitalocean',
version='1.0.1',
version='1.0.2',
description='digitalocean.com API to manage Droplets and Images',
author='Lorenzo Setale ( http://who.is.lorenzo.setale.me/? )',
author_email='koalalorenzo@gmail.com',
Expand Down

0 comments on commit 04f2a2a

Please sign in to comment.