-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17fef6b
commit b465c76
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|