From bc1807d436a40dce6a41dfebb6be5626f0924891 Mon Sep 17 00:00:00 2001 From: niels <51261230+nmakel@users.noreply.github.com> Date: Sun, 24 Apr 2022 11:54:22 +0200 Subject: [PATCH] bump version to 0.5.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6841c86..47ab99e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdm_modbus" -version = "0.5.1" +version = "0.5.2" description = "Eastron SDM Modbus parser library" authors = ["nmakel"] license = "MIT"