Skip to content

Commit

Permalink
Merge pull request #71 from hammem/version_0.1.9
Browse files Browse the repository at this point in the history
Bump to version 0.1.9
  • Loading branch information
hammem authored Jan 20, 2024
2 parents cdd8aa7 + 4cbad4a commit 5ab66b4
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 @@ -12,5 +12,5 @@
RequestFailedException,
)

__version__ = "0.1.8"
__version__ = "0.1.9"
__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.8",
version="0.1.9",
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 5ab66b4

Please sign in to comment.