Skip to content

Commit

Permalink
version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dc-aichara committed Mar 16, 2021
1 parent 17fef6b commit b465c76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions PriceIndices/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
from .crypto_history import MarketHistory
from .price_indicators import Indices

__version__ = "1.3.0"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
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",
Expand Down

0 comments on commit b465c76

Please sign in to comment.