Skip to content

Commit 8584f71

Browse files
committed
bump version
1 parent 345e928 commit 8584f71

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
@@ -5,15 +5,15 @@
55

66
setuptools.setup(
77
name="firstrade",
8-
version="0.0.33",
8+
version="0.0.34",
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/0033.tar.gz",
16+
download_url="https://github.com/MaxxRK/firstrade-api/archive/refs/tags/0034.tar.gz",
1717
keywords=["FIRSTRADE", "API"],
1818
install_requires=["requests", "beautifulsoup4", "lxml"],
1919
packages=["firstrade"],

0 commit comments

Comments
 (0)