Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bukosabino committed Oct 29, 2023
1 parent 1f87396 commit 9a0c7d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name="ta",
packages=["ta"],
version="0.10.2",
version="0.10.3",
description="Technical Analysis Library in Python",
long_description="It is a Technical Analysis library to financial time series datasets. You can use to do feature engineering. It is built on Python Pandas library.",
author="Dario Lopez Padial (Bukosabino)",
Expand All @@ -16,7 +16,7 @@
"numpy",
"pandas",
],
download_url="https://github.com/bukosabino/ta/tarball/0.10.1",
download_url="https://github.com/bukosabino/ta/tarball/0.10.3",
keywords=["technical analysis", "python3", "pandas"],
license="The MIT License (MIT)",
license_files=["LICENSE"],
Expand Down

0 comments on commit 9a0c7d4

Please sign in to comment.