Skip to content

Commit

Permalink
Merge pull request #32 from rcholic/cleanup
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
rcholic authored Jul 14, 2024
2 parents 205cb70 + 671bd96 commit 62ffac0
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 @@ -380,7 +380,6 @@ async def download_option_chain_async(
url=target_url, params={}, headers=self.__auth_header()
)
json_res = response.json()
print("json_res: ", json_res)
return OptionChain(**json_res)
finally:
if not self.__keep_client_alive:
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.3.1"
version = "0.1.3.2"
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.3.1",
version="0.1.3.2",
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 62ffac0

Please sign in to comment.