Skip to content

Commit

Permalink
Merge pull request #57 from hammem/v0.1.7_bump
Browse files Browse the repository at this point in the history
Bump version number
  • Loading branch information
hammem authored Jan 4, 2024
2 parents 24add1d + 9d7df7e commit aa4c624
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.6"
__version__ = "0.1.7"
__author__ = "hammem"
2 changes: 1 addition & 1 deletion monarchmoney/monarchmoney.py
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@ async def set_budget_amount(
variables=variables,
graphql_query=query,
)

async def gql_call(
self,
operation: str,
Expand Down
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.6",
version="0.1.7",
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 aa4c624

Please sign in to comment.