Skip to content

Commit

Permalink
Merge pull request #3 from fold-team/increase-version
Browse files Browse the repository at this point in the history
Increase version
  • Loading branch information
jonalexvasquez authored Jun 10, 2022
2 parents 3c25c52 + 932876c commit 4b1d814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion marqeta/version.py
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4b1d814

Please sign in to comment.