Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
Latif committed Aug 22, 2020
1 parent 356a1c7 commit 9e4291c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setuptools.setup(
name=NAME,
version="0.0.1",
version="0.0.2",
author=AUTHOR,
author_email=EMAIL,
description=DESCRIPTION,
Expand Down

0 comments on commit 9e4291c

Please sign in to comment.