Skip to content

Commit

Permalink
Update setup.py (#140)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update pyproject.toml (#141)
  • Loading branch information
antoinebou12 authored Jan 26, 2024
1 parent e9dc38d commit 49f7e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "marketwatch"
version = "0.2.1"
version = "0.2.2"
description = "MarketWatch's API"
authors = ["Antoine Boucher <[email protected]>"]
license = "Apache License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# This call to setup() does all the work
setup(
name="marketwatch",
version="0.2.1",
version="0.2.2",
description="MarketWatch's API",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 49f7e93

Please sign in to comment.