From 84567b668fcff99563ba5963d4519428c67735d7 Mon Sep 17 00:00:00 2001 From: Jonathan Vasquez Date: Tue, 14 Jun 2022 11:24:14 -0400 Subject: [PATCH] version bump --- marqeta/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/marqeta/version.py b/marqeta/version.py index cfcc2a8..1fe1ba4 100644 --- a/marqeta/version.py +++ b/marqeta/version.py @@ -1,2 +1,2 @@ # Make sure to update version number in setup.py as well when creating a new tag -__version__ = "0.2.3" +__version__ = "0.2.4" diff --git a/setup.py b/setup.py index 2ae9a7e..140cb5e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ name="marqeta", # Manually adding version number due to issues with poetry when calling __version__ # This has to be updated alongside version.py when the version changes - version="0.2.3", + version="0.2.4", description="Marqeta Python SDK", author="Marqeta, Inc.", url="https://github.com/marqeta/marqeta-python",