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

Commit

Permalink
Update author name and bump version to 3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-the-dev committed Jul 24, 2021
1 parent 5061b10 commit 5795f47
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,12 +5,12 @@

setuptools.setup(
name='tradingview_ta',
version='3.2.6',
version='3.2.7',
description="Unofficial TradingView technical analysis API wrapper.",
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/brian-the-dev/python-tradingview-ta',
author='deathlyface',
author='Brian',
author_email='[email protected]',
packages=['tradingview_ta'],
classifiers=[
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.6"
__version__ = "3.2.7"

class Analysis(object):
exchange = ""
Expand Down

0 comments on commit 5795f47

Please sign in to comment.