MAINT psar fix 1

This commit is contained in:
Kevin Johnson
2022-06-14 19:22:27 -07:00
parent 1d8a5907de
commit 3881007e80
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
```
+1 -1
View File
@@ -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",