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)",