From a9ee2df875face63d8f730af64c72106ed867e43 Mon Sep 17 00:00:00 2001 From: Sven Date: Fri, 12 Aug 2016 11:47:31 +0200 Subject: [PATCH] Version update --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [], )