Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
l0iro committed Apr 26, 2017
1 parent 3d17085 commit 2f19718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
setup(
name='inquisitor',
packages=find_packages(),
version='0.1.7',
version='0.1.8',
description='A Python client for econdb.com/api/',
long_description=long_desc,
author='Oriol Andres',
license='MIT License',
author_email='admin@econdb.com',
url='https://github.com/inquirim/inquisitor',
download_url='https://github.com/inquirim/inquisitor/tarball/0.1.7',
download_url='https://github.com/inquirim/inquisitor/tarball/0.1.8',
keywords=['data', 'economics', 'finance', 'api'],
install_requires=["requests"],
tests_require=["httmock"],
Expand Down

0 comments on commit 2f19718

Please sign in to comment.