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

Commit 5795f47

Browse files
committed
Update author name and bump version to 3.2.7
1 parent 5061b10 commit 5795f47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
setuptools.setup(
77
name='tradingview_ta',
8-
version='3.2.6',
8+
version='3.2.7',
99
description="Unofficial TradingView technical analysis API wrapper.",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
1212
url='https://github.com/brian-the-dev/python-tradingview-ta',
13-
author='deathlyface',
13+
author='Brian',
1414
author_email='brian@brianthe.dev',
1515
packages=['tradingview_ta'],
1616
classifiers=[

tradingview_ta/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import requests, json, datetime, warnings
66
from .technicals import Compute
77

8-
__version__ = "3.2.6"
8+
__version__ = "3.2.7"
99

1010
class Analysis(object):
1111
exchange = ""

0 commit comments

Comments
 (0)