From 4b397f3396a0b0eca23469820505ce528f7b21e7 Mon Sep 17 00:00:00 2001 From: David Knowles Date: Wed, 21 Dec 2022 19:20:35 -0500 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3105d6d..583cb34 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from pathlib import Path from setuptools import setup, find_packages -VERSION = "2022.12.20-1" +VERSION = "2022.12.21" setup( name="pyschlage",