From 549bdaa02ba8e3282b4184d8b95012159b9ae5ca Mon Sep 17 00:00:00 2001 From: Roberto Nobrega Date: Fri, 29 Nov 2024 22:29:33 -0300 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 220423a3..1bcd9c7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "komm" -version = "0.9.1" +version = "0.10.0" description = "An open-source library for Python 3 providing tools for analysis and simulation of analog and digital communication systems." readme = "README.md" authors = [{ name = "Roberto W. Nobrega", email = "rwnobrega@gmail.com" }]