From d87b42f79459d931497a4cac4437ce07688e32d5 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 31 Jul 2023 15:51:59 -0700 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3991dc3..cedf4b9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ PROJECT_DIR = Path(__file__).parent.resolve() README_FILE = PROJECT_DIR / "README.md" -VERSION = "0.1.53" +VERSION = "0.1.54" setup( name="python-openevse-http",