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

Commit 52a89e4

Browse files
committed
Bump version to 3.2.10
1 parent d0c3657 commit 52a89e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='tradingview_ta',
8-
version='3.2.9',
8+
version='3.2.10',
99
description="Unofficial TradingView technical analysis API wrapper.",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

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.9"
8+
__version__ = "3.2.10"
99

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

0 commit comments

Comments
 (0)