From edaf9ef427cd60783c12ec332b8d7a3ea01b9331 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Mon, 4 Dec 2023 16:56:13 +0100 Subject: [PATCH] pyproject.toml: Bump version to 0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b4293a..3efb15a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysml" -version = "0.1.1" +version = "0.1.2" description = "Python library for EDL21 smart meters using Smart Message Language (SML)" authors = ["Andreas Oberritter "] license = "MIT"