From 03483ae7028e2e3323045a3a71c19a526ec0d991 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 20 Dec 2023 14:02:48 -0700 Subject: [PATCH] version bump (#301) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f7c84aa..49b7758 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.56" +VERSION = "0.1.57" setup( name="python-openevse-http",