Skip to content

Commit

Permalink
Merge pull request #41 from rcholic/clean1
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
rcholic authored Sep 4, 2024
2 parents 5a698d5 + bec5da0 commit 998e836
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion cschwabpy/SchwabAsyncClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ async def download_option_chain_async(
)
if response.status_code == 200:
json_res = response.json()
print("json_res", json.dumps(json_res, indent=4))
return OptionChain(**json_res)
else:
raise Exception(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cschwabpy"
version = "0.1.4.0"
version = "0.1.4.1"
description = ""
authors = ["Tony Wang <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="CSchwabPy",
version="0.1.4.0",
version="0.1.4.1",
description="Charles Schwab Stock & Option Trade API Client for Python.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 998e836

Please sign in to comment.