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

Commit

Permalink
Bump version to 3.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-the-dev committed Dec 27, 2021
1 parent d0c3657 commit 52a89e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='tradingview_ta',
version='3.2.9',
version='3.2.10',
description="Unofficial TradingView technical analysis API wrapper.",
long_description=long_description,
long_description_content_type="text/markdown",
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.9"
__version__ = "3.2.10"

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

0 comments on commit 52a89e4

Please sign in to comment.