From b5b9d9492f2300c0c5eec8d9d7c65a9909b8e58d Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Thu, 14 Apr 2022 12:11:12 -0700 Subject: [PATCH] ENH cg #511 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1b8d8d..60272c0 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ $ pip install pandas_ta[full] Latest Version -------------- -Best choice! Version: *0.3.61b* +Best choice! Version: *0.3.62b* * Includes all fixes and updates between **pypi** and what is covered in this README. ```sh $ pip install -U git+https://github.com/twopirllc/pandas-ta diff --git a/setup.py b/setup.py index 52d3d73..464d1a9 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( "pandas_ta.volatility", "pandas_ta.volume" ], - version=".".join(("0", "3", "61b")), + version=".".join(("0", "3", "62b")), description=long_description, long_description=long_description, author="Kevin Johnson",