From 06212283248ed4fe61143ab79d8a32700767f8bd Mon Sep 17 00:00:00 2001 From: "firstof9@gmail.com" Date: Thu, 14 Nov 2024 15:35:44 -0700 Subject: [PATCH] chore: version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1058e86..f8af948 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ PROJECT_DIR = Path(__file__).parent.resolve() README_FILE = PROJECT_DIR / "README.md" -VERSION = "0.1.62" +VERSION = "0.1.63" setup( name="python-openevse-http",