Skip to content

Commit

Permalink
release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svenba committed May 7, 2019
1 parent 0c096e2 commit e3b77c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion keycdn/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from keycdn import *
from .keycdn import *
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
setup(
name = 'keycdn',
packages = ['keycdn'],
version = '0.4',
version = '0.4.2',
description = 'A Python REST Client for KeyCDN API',
long_description = open('README.md').read(),
long_description_content_type = 'text/markdown',
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.3',
keywords = ['cdn', 'content delivery network', 'keycdn'],
classifiers = [],
classifiers = [
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3'
],
)

0 comments on commit e3b77c8

Please sign in to comment.