Skip to content

Commit

Permalink
release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
svenba committed May 7, 2019
1 parent e3b77c8 commit 08bec19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name = 'keycdn',
packages = ['keycdn'],
version = '0.4.2',
version = '0.4.3',
description = 'A Python REST Client for KeyCDN API',
long_description = open('README.md').read(),
long_description_content_type = 'text/markdown',
Expand All @@ -15,4 +15,7 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3'
],
install_requires=[
'requests>=2.11.1',
],
)

0 comments on commit 08bec19

Please sign in to comment.