Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven committed Aug 12, 2016
1 parent c128a1c commit dd64f0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
setup(
name = 'keycdn',
packages = ['keycdn'],
version = '0.1',
version = '0.2',
description = 'A Python REST Client for KeyCDN API',
author = 'KeyCDN',
author_email = '[email protected]',
url = 'https://github.com/keycdn/python-keycdn-api',
download_url = 'https://github.com/keycdn/python-keycdn-api/tarball/0.1', # I'll explain this in a second
keywords = ['cdn', 'content delivery network', 'keycdn'], # arbitrary keywords
download_url = 'https://github.com/keycdn/python-keycdn-api/tarball/0.2',
keywords = ['cdn', 'content delivery network', 'keycdn'],
classifiers = [],
)

0 comments on commit dd64f0d

Please sign in to comment.