diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e89391..bb12686 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(CMAKE_INTERPROCEDURAL_OPTIMIZATION True) project( bochscpu-python LANGUAGES CXX - VERSION 0.1.5 + VERSION 0.1.6 DESCRIPTION "Python bindings for BochsCPU" HOMEPAGE_URL https://github.com/hugsy/bochscpu-python ) diff --git a/pyproject.toml b/pyproject.toml index 0f64703..9e1afba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "bochscpu-python" -version = "0.1.5" +version = "0.1.6" description = "Python bindings for BochsCPU." readme = "./README.md" license.file = "./LICENSE" diff --git a/python/src/bochscpu.cpp b/python/src/bochscpu.cpp index 35752de..f0fbfe9 100644 --- a/python/src/bochscpu.cpp +++ b/python/src/bochscpu.cpp @@ -46,7 +46,7 @@ PyType_Slot slots[] = { NB_MODULE(_bochscpu, m) { m.doc() = "The native `bochscpu` module"; - m.attr("__version__") = "0.1.5"; + m.attr("__version__") = "0.1.6"; // // Submodules