Skip to content

Commit

Permalink
Merge pull request #82 from hammem/v0.1.11
Browse files Browse the repository at this point in the history
Set version to v.0.1.11
  • Loading branch information
hammem authored Feb 16, 2024
2 parents 684e7db + f78a860 commit f4ef3e8
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.10"
__version__ = "0.1.11"
__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.10",
version="0.1.11",
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 f4ef3e8

Please sign in to comment.