Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebou12 committed Jun 19, 2024
1 parent b2b9744 commit 530a597
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.3"
version = "0.2.4"
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.3",
version="0.2.4",
description="MarketWatch's API",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 530a597

Please sign in to comment.