MAINT pr version bump

This commit is contained in:
Kevin Johnson
2022-06-05 11:53:29 -07:00
parent c874337c67
commit 13f33810e9
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.65b_, includes _numerous_ bug fixes, speed improvements and better documentation since release, _0.3.14b_.
The _development_ version, _0.3.66b_, 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", "65b")),
version=".".join(("0", "3", "66b")),
description=long_description,
long_description=long_description,
author="Kevin Johnson",