Skip to content

Commit

Permalink
Bump version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
codeofdusk committed Oct 20, 2022
1 parent 81c20ed commit 31ce064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marys/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
If the terms of the licence pose serious difficulty for your use, please contact the author.
"""

__version__ = "1.1.0"
__version__ = "1.1.1"
tz = pytz.timezone("US/Eastern")
Card = namedtuple("Card", ("title", "content"))
DINING_ENDPOINT = "https://dash.swarthmore.edu/dining_json"
Expand Down

0 comments on commit 31ce064

Please sign in to comment.