We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1c99b commit 54c4e6eCopy full SHA for 54c4e6e
1 file changed
setup.py
@@ -3,15 +3,15 @@
3
long_description = open('README.txt').read()
4
5
setup(name="python-crunchbase",
6
- version="1.0.1",
+ version="1.0.2",
7
packages=["crunchbase"],
8
description="Libraries for interacting with the Crunchbase 2.0 API",
9
author="Brian Anglin <brianranglin@gmail.com>",
10
author_email="brianranglin@gmail.com",
11
license="WTFPL",
12
url="https://github.com/anglinb/python-crunchbase",
13
long_description=long_description,
14
- download_url = 'https://github.com/anglinb/python-crunchbase/tarball/1.0.1',
+ download_url = 'https://github.com/anglinb/python-crunchbase/tarball/1.0.2',
15
platforms=["any"],
16
classifiers=["Intended Audience :: Developers",
17
"Natural Language :: English",
0 commit comments