Skip to content

Commit

Permalink
Merge pull request #282 from bukosabino/release/wrong-name-version
Browse files Browse the repository at this point in the history
Fixing wrong name version
  • Loading branch information
bukosabino committed Jan 9, 2022
2 parents 19203a1 + 513b61f commit d54a357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
@@ -1,5 +1,6 @@
| Date | Version | Comment |
| ------------- | ------------- | ------------- |
| 2022/01/09 | 0.9.0 | Fixing wrong name version |
| 2022/01/09 | 0.8.2 | Bumping pandas and numpy because of a external vulnerability issue |
| 2022/01/09 | 0.8.1 | Fixing bug on name columns (PVO - PPO) |
| 2021/11/18 | 0.8.0 | Add option to get just the most efficient indicators (vectorized), also solved some security dependency |
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -4,7 +4,7 @@
setup(
name="ta",
packages=["ta"],
version="0.8.2",
version="0.9.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.8.2",
download_url="https://github.com/bukosabino/ta/tarball/0.9.0",
keywords=["technical analysis", "python3", "pandas"],
license="The MIT License (MIT)",
license_files=["LICENSE"],
Expand Down

0 comments on commit d54a357

Please sign in to comment.