Skip to content

Commit

Permalink
update release and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bukosabino committed Nov 2, 2023
1 parent 6d124a7 commit 663d16a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Date | Version | Comment |
|------------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 2023/11/02 | 0.11.0 | Fixing Volume Price Trend indicator [PR](https://github.com/bukosabino/ta/pull/311) |
| 2023/10/29 | 0.10.3 | Fixing Aroon indicator [PR](https://github.com/bukosabino/ta/pull/316); Fixing future warnings; Improving documentation [PR](https://github.com/bukosabino/ta/pull/318); Fix future data leakage [PR](https://github.com/bukosabino/ta/pull/324) |
| 2022/08/23 | 0.10.2 | Fixing bug on KAMA indicator https://github.com/bukosabino/ta/pull/303 |
| 2022/04/16 | 0.10.1 | Fixing future warning https://github.com/bukosabino/ta/pull/293 |
Expand Down
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.3",
version="0.11.0",
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.3",
download_url="https://github.com/bukosabino/ta/tarball/0.11.0",
keywords=["technical analysis", "python3", "pandas"],
license="The MIT License (MIT)",
license_files=["LICENSE"],
Expand Down

0 comments on commit 663d16a

Please sign in to comment.