File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11from .crypto_history import MarketHistory
22from .price_indicators import Indices
3+
4+ __version__ = "1.3.0"
Original file line number Diff line number Diff line change 77setuptools .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" ,
You can’t perform that action at this time.
0 commit comments