From 750f97b654fc4bbd7ddb8e470bbf8c7a568daa4a Mon Sep 17 00:00:00 2001 From: Andrew Haberlandt Date: Tue, 9 Jul 2024 06:00:17 +0000 Subject: [PATCH] release: v0.1.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 935f637..32af331 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.22) -project(dynamorio_python VERSION 0.1.1) +project(dynamorio_python VERSION 0.1.3) add_subdirectory(pyda_core)