MAINT beta dropped in version

This commit is contained in:
Kevin Johnson
2021-05-11 09:48:31 -07:00
parent 561ec15894
commit 39862d16e5
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ $ pip install pandas_ta
Latest Version
--------------
Best choice! Version: *0.2.78b*
Best choice! Version: *0.2.78*
```sh
$ pip install -U git+https://github.com/twopirllc/pandas-ta
```
+1 -2
View File
@@ -18,7 +18,7 @@ setup(
"pandas_ta.volatility",
"pandas_ta.volume"
],
version=".".join(("0", "2", "78b")),
version=".".join(("0", "2", "78")),
description=long_description,
long_description=long_description,
author="Kevin Johnson",
@@ -26,7 +26,6 @@ setup(
url="https://github.com/twopirllc/pandas-ta",
maintainer="Kevin Johnson",
maintainer_email="appliedmathkj@gmail.com",
# install_requires=["pandas"],
download_url="https://github.com/twopirllc/pandas-ta.git",
keywords=["technical analysis", "trading", "python3", "pandas"],
license="The MIT License (MIT)",