From 8eb6af3f868d93221b1926ca7b3be04a4ed3ebfe Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Sat, 24 Apr 2021 23:33:29 -0500 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12467d2..7588294 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("requirements.txt") as file: setup( name="panera_shifts", - version="1.2", + version="1.2.1", description="Get all shifts from panera, for use with syncing to a calendar backend", install_requires=INSTALL_REQUIRES, author="Raphael Roberts",