We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a459d2 commit a9ee2dfCopy full SHA for a9ee2df
setup.py
@@ -2,12 +2,12 @@
2
setup(
3
name = 'keycdn',
4
packages = ['keycdn'],
5
- version = '0.2',
+ version = '0.3',
6
description = 'A Python REST Client for KeyCDN API',
7
author = 'KeyCDN',
8
author_email = 'hello@keycdn.com',
9
url = 'https://github.com/keycdn/python-keycdn-api',
10
- download_url = 'https://github.com/keycdn/python-keycdn-api/tarball/0.2',
+ download_url = 'https://github.com/keycdn/python-keycdn-api/tarball/0.3',
11
keywords = ['cdn', 'content delivery network', 'keycdn'],
12
classifiers = [],
13
)
0 commit comments