From 9da107c6902dfd512ddee94ed48fc123543e576b Mon Sep 17 00:00:00 2001 From: "F.N. Claessen" Date: Mon, 13 Jan 2025 13:03:44 +0100 Subject: [PATCH] chore: release v0.3.1 Signed-off-by: F.N. Claessen --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6e5916d..ef7949f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ license_files = LICENSE.txt long_description = file: README.rst long_description_content_type = text/x-rst; charset=UTF-8 url = https://github.com/flexiblepower/s2-ws-json-python -version = 0.3.0 +version = 0.3.1 # Change if running only on Windows, Mac or Linux (comma-separated) platforms = Linux