We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345e928 commit 8584f71Copy full SHA for 8584f71
1 file changed
setup.py
@@ -5,15 +5,15 @@
5
6
setuptools.setup(
7
name="firstrade",
8
- version="0.0.33",
+ version="0.0.34",
9
author="MaxxRK",
10
author_email="maxxrk@pm.me",
11
description="An unofficial API for Firstrade",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
license="MIT",
15
url="https://github.com/MaxxRK/firstrade-api",
16
- download_url="https://github.com/MaxxRK/firstrade-api/archive/refs/tags/0033.tar.gz",
+ download_url="https://github.com/MaxxRK/firstrade-api/archive/refs/tags/0034.tar.gz",
17
keywords=["FIRSTRADE", "API"],
18
install_requires=["requests", "beautifulsoup4", "lxml"],
19
packages=["firstrade"],
0 commit comments