From 289ed804b7467b5340a609443f4e4836dba7fd79 Mon Sep 17 00:00:00 2001 From: DrPaprikaa <64958936+DrPaprikaa@users.noreply.github.com> Date: Mon, 22 Feb 2021 17:38:27 +0100 Subject: [PATCH 1/2] Added 'contributors' badge to README Hi @twopirllc, A simple PR to add the number of contributors as a badge at the top of the README. Cheers, DrPaprikaa --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd33b0d..fdb6efd 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Pandas TA - A Technical Analysis Library in Python 3 [![PyPi Version](https://img.shields.io/pypi/v/pandas_ta.svg)](https://pypi.org/project/pandas_ta/) [![Package Status](https://img.shields.io/pypi/status/pandas_ta.svg)](https://pypi.org/project/pandas_ta/) [![Downloads](https://img.shields.io/pypi/dm/pandas_ta.svg?style=flat)](https://pypistats.org/packages/pandas_ta) +[![Contributors](https://img.shields.io/badge/contributors-19-orange.svg?style=flat)](#contributors-) ![Example Chart](/images/TA_Chart.png) From 5fd27661d64ac403e529b97b662a14fa6bb7d290 Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Mon, 22 Feb 2021 10:33:50 -0800 Subject: [PATCH 2/2] ENH readme contributions badge --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ac8c755..e7ef6b4 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( "pandas_ta.volatility", "pandas_ta.volume" ], - version=".".join(("0", "2", "42b")), + version=".".join(("0", "2", "43b")), description=long_description, long_description=long_description, author="Kevin Johnson",