Skip to content

Commit

Permalink
change version name
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxxRK committed Nov 6, 2023
1 parent 9875880 commit a787bf9
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.10",
version="0.0.11",
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/0010.tar.gz',
download_url='https://github.com/MaxxRK/firstrade-api/archive/refs/tags/0011.tar.gz',
keywords=['FIRSTRADE', 'API'],
install_requires=['requests', 'beautifulsoup4', 'lxml'],
packages=['firstrade'],
Expand Down

0 comments on commit a787bf9

Please sign in to comment.