-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d7f34c
commit 4b2f2a3
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
"""digitalocean API to manage droplets""" | ||
|
||
__version__ = "0.4.1" | ||
__version__ = "0.4.2" | ||
__author__ = "Lorenzo Setale ( http://who.is.koalalorenzo.com/? )" | ||
__author_email__ = "[email protected]" | ||
__license__ = "See: http://creativecommons.org/licenses/by-nd/3.0/ " | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
long_description = file.read() | ||
|
||
setup(name='python-digitalocean', | ||
version='0.4.1', | ||
version='0.4.2', | ||
description='digitalocean.com API to manage Droplets and Images', | ||
author='Lorenzo Setale ( http://who.is.lorenzo.setale.me/? )', | ||
author_email='[email protected]', | ||
|