Skip to content

Commit a9ee2df

Browse files
author
Sven
committed
Version update
1 parent 4a459d2 commit a9ee2df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
setup(
33
name = 'keycdn',
44
packages = ['keycdn'],
5-
version = '0.2',
5+
version = '0.3',
66
description = 'A Python REST Client for KeyCDN API',
77
author = 'KeyCDN',
88
author_email = 'hello@keycdn.com',
99
url = 'https://github.com/keycdn/python-keycdn-api',
10-
download_url = 'https://github.com/keycdn/python-keycdn-api/tarball/0.2',
10+
download_url = 'https://github.com/keycdn/python-keycdn-api/tarball/0.3',
1111
keywords = ['cdn', 'content delivery network', 'keycdn'],
1212
classifiers = [],
1313
)

0 commit comments

Comments
 (0)