diff --git a/CMakeLists.txt b/CMakeLists.txt index 677c73c..48434b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF) # Set the project name and version project( aigverse - VERSION 0.0.10 + VERSION 0.0.11 DESCRIPTION "A Python library for working with logic networks, synthesis, and optimization." HOMEPAGE_URL "https://github.com/marcelwa/aigverse" diff --git a/pyproject.toml b/pyproject.toml index cf57795..b71b7b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "aigverse" -version = "0.0.10" +version = "0.0.11" description = "A Python library for working with logic networks, synthesis, and optimization." readme = "README.md" authors = [ diff --git a/setup.py b/setup.py index 7f12cac..62eb2ff 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ def build_extension(self, ext): setup( name='aigverse', - version='0.0.10', + version='0.0.11', author='Marcel Walter', author_email='marcel.walter@tum.de', description='A Python library for working with logic networks, synthesis, and optimization.',