Skip to content

Commit

Permalink
bump because of setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxrk committed May 8, 2024
1 parent 479cf32 commit 1c3f784
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="firstrade",
version="0.0.16",
version="0.0.17",
author="MaxxRK",
author_email="[email protected]",
description="An unofficial API for Firstrade",
long_description=long_description,
long_description_content_type="text/markdown",
license="MIT",
url="https://github.com/MaxxRK/firstrade-api",
download_url="https://github.com/MaxxRK/firstrade-api/archive/refs/tags/0016.tar.gz",
download_url="https://github.com/MaxxRK/firstrade-api/archive/refs/tags/0017.tar.gz",
keywords=["FIRSTRADE", "API"],
install_requires=["requests", "beautifulsoup4", "lxml"],
packages=["firstrade"],
Expand Down

0 comments on commit 1c3f784

Please sign in to comment.