Skip to content

Commit

Permalink
Devourer 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bujniewicz committed Oct 23, 2016
1 parent ebf31f2 commit b3eb1fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -3,18 +3,18 @@
setup(
name='devourer',
packages=['devourer'],
version='0.3.3',
version='0.4.0',
install_requires=[
'requests',
'gevent',
'futures',
'six',
],
description='Devourer is a generic API client.'
'It features an object-oriented, declarative approach to simplify the communication.',
author='Bonnier Business Polska / Krzysztof Bujniewicz',
author_email='racech@gmail.com',
url='https://github.com/bonnierpolska/devourer',
download_url='https://github.com/bonnierpolska/devourer/tarball/0.3.3',
download_url='https://github.com/bonnierpolska/devourer/tarball/0.4.0',
keywords=['api', 'generic api', 'api client'],
classifiers=[]
)

0 comments on commit b3eb1fb

Please sign in to comment.