From c86aa111719bc23cb2a4279d00748140fc1ef8bf Mon Sep 17 00:00:00 2001 From: sam57719 Date: Thu, 13 Jun 2024 18:43:24 +0100 Subject: [PATCH] Update version in pyproject.toml The version in the pyproject.toml configuration file has been updated from 1.0.0 to 1.1.0. This increments the minor version to reflect new updates and enhancements in the software. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c939eb..787d938 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "smib" -version = "1.0.0" +version = "1.1.0" description = "" authors = ["sam57719 "] readme = "README.md"