From 3881007e805a2a8b29600c0d11e68277d1b9c8a4 Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Tue, 14 Jun 2022 19:22:27 -0700 Subject: [PATCH] MAINT psar fix 1 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e7a903..40fa2ea 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ $ pip install pandas_ta[full] Development Version ------------------- -The _development_ version, _0.3.67b_, includes _numerous_ bug fixes, speed improvements and better documentation since release, _0.3.14b_. +The _development_ version, _0.3.68b_, includes _numerous_ bug fixes, speed improvements and better documentation since release, _0.3.14b_. ```sh $ pip install -U git+https://github.com/twopirllc/pandas-ta.git@development ``` diff --git a/setup.py b/setup.py index b785838..05ccbed 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( "pandas_ta.volatility", "pandas_ta.volume" ], - version=".".join(("0", "3", "67b")), + version=".".join(("0", "3", "68b")), description=long_description, long_description=long_description, author="Kevin Johnson",