From 39862d16e5fe03f49607702dfc576f41891ce0b3 Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Tue, 11 May 2021 09:48:31 -0700 Subject: [PATCH] MAINT beta dropped in version --- README.md | 2 +- setup.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6c3001..2a454b5 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/setup.py b/setup.py index 136e985..0f7d459 100644 --- a/setup.py +++ b/setup.py @@ -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)",