Skip to content

Commit

Permalink
DOC MAINT #729 README update, example notebook -> dev folder
Browse files Browse the repository at this point in the history
  • Loading branch information
twopirllc committed Nov 14, 2023
1 parent af4c46c commit 39e51af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4,772 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ $ pip install pandas_ta[full]

Development Version
-------------------
The _development_ version, _0.4.4b_, includes _numerous_ bug fixes, speed improvements and better documentation since release, _0.3.14b_.
The _development_ version, _0.4.5b_, 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
```
Expand Down
4,770 changes: 0 additions & 4,770 deletions examples/TMO_indicator.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"pandas_ta.volatility",
"pandas_ta.volume"
],
version=".".join(("0", "4", "4b")),
version=".".join(("0", "4", "5b")),
description=long_description,
long_description=long_description,
author="Kevin Johnson",
Expand Down

0 comments on commit 39e51af

Please sign in to comment.