From 6e6b410c7e9056ea0d174db435d8d24bf0c1c957 Mon Sep 17 00:00:00 2001 From: Antoine Boucher Date: Wed, 19 Jun 2024 08:46:21 -0400 Subject: [PATCH] Update setup.py (#194) --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1fa4641..2b317b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "marketwatch" -version = "0.2.4" +version = "0.2.4.1" description = "MarketWatch's API" authors = ["Antoine Boucher "] license = "Apache License 2.0" diff --git a/setup.py b/setup.py index bd51008..abf59e2 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # This call to setup() does all the work setup( name="marketwatch", - version="0.2.4", + version="0.2.4.1", description="MarketWatch's API", long_description=README, long_description_content_type="text/markdown",