From 9e4291cc8f76bffa63efdbd326a04907c1749c5a Mon Sep 17 00:00:00 2001 From: Latif Date: Sat, 22 Aug 2020 19:42:59 +0300 Subject: [PATCH] README update --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8fe4e3..416153c 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,8 @@ class Market(cache_path='amwal_cache', downloader=SyncDownloader) -> Market def get_corporation(self, ident: str, verbose: bool = False) ‑> Corporation -#You should not call this constructor directly, use get_corporation instead. class Corporation (ident: str, market: Market, **kwargs) +#You should not call this constructor directly, use get_corporation instead. def price_history(self, verbose: bool = False, recompute: bool = False) ‑> pandas.core.frame.DataFrame diff --git a/setup.py b/setup.py index 796df9e..48b145d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setuptools.setup( name=NAME, - version="0.0.1", + version="0.0.2", author=AUTHOR, author_email=EMAIL, description=DESCRIPTION,