Skip to content

Commit b465c76

Browse files
committed
version 1.3.0
1 parent 17fef6b commit b465c76

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

PriceIndices/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
from .crypto_history import MarketHistory
22
from .price_indicators import Indices
3+
4+
__version__ = "1.3.0"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
setuptools.setup(
88
name="PriceIndices",
99
packages=["PriceIndices"],
10-
version="1.2.1",
10+
version="1.3.0",
1111
license="MIT",
1212
description="A python package to get historical market data of "
13-
"cryptocurrencies from CoinMarketCap, and calculate & plot "
13+
"cryptocurrencies, and calculate & plot "
1414
"different price technical indicators.",
1515
author="Dayal Chand Aichara",
1616
author_email="dc.aichara@gmail.com",
1717
url="https://github.com/dc-aichara/Price-Indices",
18-
download_url="https://github.com/dc-aichara/PriceIndices/archive/v-1.2.1.tar.gz",
18+
download_url="https://github.com/dc-aichara/PriceIndices/archive/v-1.3.0.tar.gz",
1919
keywords=[
2020
"Volatility",
2121
"blockchain",

0 commit comments

Comments
 (0)