diff --git a/setup.py b/setup.py index 3f035f1..eda6484 100755 --- a/setup.py +++ b/setup.py @@ -2,12 +2,12 @@ setup( name = 'keycdn', packages = ['keycdn'], - version = '0.2', + version = '0.3', description = 'A Python REST Client for KeyCDN API', author = 'KeyCDN', author_email = 'hello@keycdn.com', url = 'https://github.com/keycdn/python-keycdn-api', - download_url = 'https://github.com/keycdn/python-keycdn-api/tarball/0.2', + download_url = 'https://github.com/keycdn/python-keycdn-api/tarball/0.3', keywords = ['cdn', 'content delivery network', 'keycdn'], classifiers = [], )