Skip to content

Commit

Permalink
🔖 Bump version to 0.0.11 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwa authored Nov 7, 2024
1 parent 585bc01 commit 6547ccd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down

0 comments on commit 6547ccd

Please sign in to comment.