Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Update description and bump to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian committed Feb 4, 2021
1 parent e4b9a7b commit 0848897
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion tradingview_ta/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit 0848897

Please sign in to comment.