Skip to content

Commit e2a3dde

Browse files
committed
bump version
1 parent d9cff69 commit e2a3dde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
setuptools.setup(
88
name="firstrade",
9-
version="0.0.36",
9+
version="0.0.37",
1010
author="MaxxRK",
1111
author_email="maxxrk@pm.me",
1212
description="An unofficial API for Firstrade",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
license="MIT",
1616
url="https://github.com/MaxxRK/firstrade-api",
17-
download_url="https://github.com/MaxxRK/firstrade-api/archive/refs/tags/0036.tar.gz",
17+
download_url="https://github.com/MaxxRK/firstrade-api/archive/refs/tags/0037.tar.gz",
1818
keywords=["FIRSTRADE", "API"],
1919
install_requires=["requests", "pyotp"],
2020
packages=["firstrade"],

0 commit comments

Comments
 (0)