Skip to content

Commit 54c4e6e

Browse files
committed
Updates setup to 1.0.2
1 parent ed1c99b commit 54c4e6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
long_description = open('README.txt').read()
44

55
setup(name="python-crunchbase",
6-
version="1.0.1",
6+
version="1.0.2",
77
packages=["crunchbase"],
88
description="Libraries for interacting with the Crunchbase 2.0 API",
99
author="Brian Anglin <brianranglin@gmail.com>",
1010
author_email="brianranglin@gmail.com",
1111
license="WTFPL",
1212
url="https://github.com/anglinb/python-crunchbase",
1313
long_description=long_description,
14-
download_url = 'https://github.com/anglinb/python-crunchbase/tarball/1.0.1',
14+
download_url = 'https://github.com/anglinb/python-crunchbase/tarball/1.0.2',
1515
platforms=["any"],
1616
classifiers=["Intended Audience :: Developers",
1717
"Natural Language :: English",

0 commit comments

Comments
 (0)