Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
razorhash committed May 9, 2020
1 parent 7bdfc11 commit 04394f7
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 @@ -5,15 +5,15 @@

setuptools.setup(
name="pyfmpcloud",
version="0.3.2",
version="0.3.3",
author="razorhash",
author_email="[email protected]",
license="MIT",
description="A python-based wrapper for the Financial Models Prep pro API (fmpcloud.io) for financial data of public companies",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/razorhash/fmp/",
download_url = "https://github.com/razorhash/fmp/archive/v0.3.2.tar.gz",
download_url = "https://github.com/razorhash/fmp/archive/v0.3.3.tar.gz",
packages=setuptools.find_packages(),
package_data={'pyfmpcloud':['pyfmpcloud/*.ini',]},
keywords=["Financial Models Prep", "python", "wrapper", "API", "fmpcloud.io", "fmpcloud"],
Expand Down

0 comments on commit 04394f7

Please sign in to comment.