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",