From b465c767c88132e9dcd95213d3993be351fc44a9 Mon Sep 17 00:00:00 2001 From: dc-aichara Date: Tue, 16 Mar 2021 18:50:02 +0900 Subject: [PATCH] version 1.3.0 --- PriceIndices/__init__.py | 2 ++ setup.py | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/PriceIndices/__init__.py b/PriceIndices/__init__.py index f43997c..886ca3c 100644 --- a/PriceIndices/__init__.py +++ b/PriceIndices/__init__.py @@ -1,2 +1,4 @@ from .crypto_history import MarketHistory from .price_indicators import Indices + +__version__ = "1.3.0" diff --git a/setup.py b/setup.py index f42a108..bd91e8c 100644 --- a/setup.py +++ b/setup.py @@ -7,15 +7,15 @@ setuptools.setup( name="PriceIndices", packages=["PriceIndices"], - version="1.2.1", + version="1.3.0", license="MIT", description="A python package to get historical market data of " - "cryptocurrencies from CoinMarketCap, and calculate & plot " + "cryptocurrencies, and calculate & plot " "different price technical indicators.", author="Dayal Chand Aichara", author_email="dc.aichara@gmail.com", url="https://github.com/dc-aichara/Price-Indices", - download_url="https://github.com/dc-aichara/PriceIndices/archive/v-1.2.1.tar.gz", + download_url="https://github.com/dc-aichara/PriceIndices/archive/v-1.3.0.tar.gz", keywords=[ "Volatility", "blockchain",