From a57ace5a65a450d218117bc27c571cdc30c24193 Mon Sep 17 00:00:00 2001 From: Andrew Haberlandt Date: Wed, 18 Dec 2024 11:11:29 +0000 Subject: [PATCH] release: 0.4.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6494922..118b8c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.22) -project(dynamorio_python VERSION 0.3.0) +project(dynamorio_python VERSION 0.4.0) add_subdirectory(pyda_core)