diff --git a/opensipi/__init__.py b/opensipi/__init__.py index b1b4b8b..02841b0 100644 --- a/opensipi/__init__.py +++ b/opensipi/__init__.py @@ -2,4 +2,4 @@ # # SPDX-License-Identifier: Apache-2.0 -__version__ = "0.1.4" +__version__ = "0.1.5" diff --git a/pyproject.toml b/pyproject.toml index 6ccc641..08de705 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [tool.poetry] name = "opensipi" -version = "0.1.4" +version = "0.1.5" description = "An open-source Python3-based tool to automate signal integrity (SI) and power integrity (PI) related simulations." authors = ["Yansheng Wang "] license = "Apache-2.0"