Skip to content

Commit

Permalink
Merge pull request #15 from hammem/bump_version
Browse files Browse the repository at this point in the history
Bump version to 1.2 and release
  • Loading branch information
hammem authored Nov 5, 2023
2 parents 3f6f4f9 + 1e94c38 commit f824d10
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 @@ -6,5 +6,5 @@

from .monarchmoney import LoginFailedException, MonarchMoneyEndpoints, MonarchMoney, RequireMFAException

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

setup(
name="monarchmoney",
version="0.1.0",
version="0.1.2",
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 f824d10

Please sign in to comment.