diff --git a/setup.py b/setup.py index 7588294..9d396ae 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("requirements.txt") as file: setup( name="panera_shifts", - version="1.2.1", + version="1.3.1", description="Get all shifts from panera, for use with syncing to a calendar backend", install_requires=INSTALL_REQUIRES, author="Raphael Roberts",