Skip to content

Commit

Permalink
Merge pull request #7 from fold-team/version-bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
jonalexvasquez authored Jun 14, 2022
2 parents c8dd598 + 84567b6 commit 9202d44
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.3"
__version__ = "0.2.4"
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.3",
version="0.2.4",
description="Marqeta Python SDK",
author="Marqeta, Inc.",
url="https://github.com/marqeta/marqeta-python",
Expand Down

0 comments on commit 9202d44

Please sign in to comment.