From eeba4635962898b7c0a1bca993a8e01c30284673 Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Fri, 15 Oct 2021 12:54:32 -0700 Subject: [PATCH] DOC contributor addition --- README.md | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c2758c..3e932b6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Pandas TA - A Technical Analysis Library in Python 3 [![Downloads](https://img.shields.io/pypi/dm/pandas_ta?style=flat)](https://pypistats.org/packages/pandas_ta) [![Stars](https://img.shields.io/github/stars/twopirllc/pandas-ta?style=flat)](#stars) [![Forks](https://img.shields.io/github/forks/twopirllc/pandas-ta?style=flat)](#forks) -[![Used By](https://img.shields.io/badge/used_by-184-orange.svg?style=flat)](#usedby) +[![Used By](https://img.shields.io/badge/used_by-258-orange.svg?style=flat)](#usedby) [![Contributors](https://img.shields.io/github/contributors/twopirllc/pandas-ta?style=flat)](#contributors) [![Issues](https://img.shields.io/github/issues-raw/twopirllc/pandas-ta?style=flat)](#issues) [![Closed Issues](https://img.shields.io/github/issues-closed-raw/twopirllc/pandas-ta?style=flat)](#closed-issues) @@ -113,7 +113,7 @@ $ pip install pandas_ta Latest Version -------------- -Best choice! Version: *0.3.32b* +Best choice! Version: *0.3.33b* * 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 @@ -214,7 +214,7 @@ Thanks for using **Pandas TA**! _Thank you for your contributions!_ - +
diff --git a/setup.py b/setup.py index c848f34..719ff11 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( "pandas_ta.volatility", "pandas_ta.volume" ], - version=".".join(("0", "3", "32b")), + version=".".join(("0", "3", "33b")), description=long_description, long_description=long_description, author="Kevin Johnson",