Skip to content

Commit

Permalink
release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
james-yun committed Jul 26, 2020
1 parent 43f5d07 commit f5c1f31
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@

setuptools.setup(
name="robinhood-api",
version="0.0.2",
author="James Yun",
author_email="jameswyun99@gmail.com",
description="the unofficial Robinhood API",
long_description=long_description,
long_description_content_type="text/markdown",
version="0.0.3",
url="https://github.com/james-yun/robinhood",
author="James Yun",
author_email="jameswyun99@gmail.com",
license='MIT',
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit f5c1f31

Please sign in to comment.