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 8321d78 commit f0d892bCopy full SHA for f0d892b
1 file changed
setup.py
@@ -6,15 +6,15 @@
6
7
setuptools.setup(
8
name="firstrade",
9
- version="0.0.37",
+ version="0.0.38",
10
author="MaxxRK",
11
author_email="maxxrk@pm.me",
12
description="An unofficial API for Firstrade",
13
long_description=long_description,
14
long_description_content_type="text/markdown",
15
license="MIT",
16
url="https://github.com/MaxxRK/firstrade-api",
17
- download_url="https://github.com/MaxxRK/firstrade-api/archive/refs/tags/0037.tar.gz",
+ download_url="https://github.com/MaxxRK/firstrade-api/archive/refs/tags/0038.tar.gz",
18
keywords=["FIRSTRADE", "API"],
19
install_requires=["requests", "pyotp"],
20
packages=["firstrade"],
0 commit comments