Skip to content

Commit d9cff69

Browse files
committed
bump version
1 parent 6b67aad commit d9cff69

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1+
import pathlib
2+
13
import setuptools
24

3-
with open("README.md", "r") as f:
4-
long_description = f.read()
5+
long_description = pathlib.Path("README.md").read_text()
56

67
setuptools.setup(
78
name="firstrade",
8-
version="0.0.35",
9+
version="0.0.36",
910
author="MaxxRK",
1011
author_email="maxxrk@pm.me",
1112
description="An unofficial API for Firstrade",
1213
long_description=long_description,
1314
long_description_content_type="text/markdown",
1415
license="MIT",
1516
url="https://github.com/MaxxRK/firstrade-api",
16-
download_url="https://github.com/MaxxRK/firstrade-api/archive/refs/tags/0035.tar.gz",
17+
download_url="https://github.com/MaxxRK/firstrade-api/archive/refs/tags/0036.tar.gz",
1718
keywords=["FIRSTRADE", "API"],
1819
install_requires=["requests", "pyotp"],
1920
packages=["firstrade"],

0 commit comments

Comments
 (0)