diff --git a/CMakeLists.txt b/CMakeLists.txt index 03bafb6..700f93e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(CMAKE_INTERPROCEDURAL_OPTIMIZATION True) project( bochscpu-python LANGUAGES CXX - VERSION 0.1.3 + VERSION 0.1.4 DESCRIPTION "Python bindings for BochsCPU" HOMEPAGE_URL https://github.com/hugsy/bochscpu-python ) diff --git a/pyproject.toml b/pyproject.toml index 823c784..134a25f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "bochscpu-python" -version = "0.1.3" +version = "0.1.4" description = "Python bindings for BochsCPU." readme = "./README.md" license.file = "./LICENSE"