From 932876c47e15f982ddb302a5b26fa20e0c5fcb40 Mon Sep 17 00:00:00 2001 From: Jonathan Vasquez Date: Fri, 10 Jun 2022 13:56:23 -0400 Subject: [PATCH] increase version --- 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 f3c605b..e08f8ce 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.1" +__version__ = "0.2.2" diff --git a/setup.py b/setup.py index 620254a..6be28f7 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.1", + version="0.2.2", description="Marqeta Python SDK", author="Marqeta, Inc.", url="https://github.com/marqeta/marqeta-python",