From 084889722c48cee4f6337e38d18250ea8bfda87e Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 4 Feb 2021 20:05:58 +0700 Subject: [PATCH] Update description and bump to 3.2.2 --- setup.py | 4 ++-- tradingview_ta/main.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 42b5c99..3ea8b92 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,8 @@ setuptools.setup( name='tradingview_ta', - version='3.2.1', - description="A python module to get TradingView's technical analysis.", + version='3.2.2', + description="Unofficial TradingView technical analysis API wrapper.", long_description=long_description, long_description_content_type="text/markdown", url='https://github.com/deathlyface/python-tradingview-ta', diff --git a/tradingview_ta/main.py b/tradingview_ta/main.py index d7c6894..e19810a 100644 --- a/tradingview_ta/main.py +++ b/tradingview_ta/main.py @@ -5,7 +5,7 @@ import requests, json, datetime, warnings from .technicals import Compute -__version__ = "3.2.1" +__version__ = "3.2.2" class Analysis(object): exchange = ""