Skip to content

Commit

Permalink
Bump version to 0.1.5 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hammem committed Nov 22, 2023
1 parent 2b2d4a0 commit 539aadf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monarchmoney/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
RequireMFAException,
)

__version__ = "0.1.4"
__version__ = "0.1.5"
__author__ = "hammem"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="monarchmoney",
version="0.1.4",
version="0.1.5",
description="Monarch Money API for Python",
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 539aadf

Please sign in to comment.