Skip to content

Commit 16bd1ac

Browse files
committed
bump version
1 parent e40a16d commit 16bd1ac

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
setuptools.setup(
77
name="firstrade",
8-
version="0.0.34",
8+
version="0.0.35",
99
author="MaxxRK",
1010
author_email="maxxrk@pm.me",
1111
description="An unofficial API for Firstrade",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
license="MIT",
1515
url="https://github.com/MaxxRK/firstrade-api",
16-
download_url="https://github.com/MaxxRK/firstrade-api/archive/refs/tags/0034.tar.gz",
16+
download_url="https://github.com/MaxxRK/firstrade-api/archive/refs/tags/0035.tar.gz",
1717
keywords=["FIRSTRADE", "API"],
1818
install_requires=["requests", "pyotp"],
1919
packages=["firstrade"],
@@ -23,8 +23,6 @@
2323
"Topic :: Internet :: WWW/HTTP :: Session",
2424
"License :: OSI Approved :: MIT License",
2525
"Programming Language :: Python :: 3",
26-
"Programming Language :: Python :: 3.8",
27-
"Programming Language :: Python :: 3.9",
2826
"Programming Language :: Python :: 3.10",
2927
"Programming Language :: Python :: 3.11",
3028
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)