From 7a10f95b0e77815b11ee68e6b49972b04856f009 Mon Sep 17 00:00:00 2001 From: Riccardo Mori Date: Tue, 10 Oct 2023 17:25:37 +0200 Subject: [PATCH] Update to version 0.5.4 --- CMakeLists.txt | 2 +- bindings/python/quokka/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 094f614..a67c174 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ endif () project(quokka DESCRIPTION "Quokka: A Fast and Accurate Binary Exporter" - VERSION 0.5.3 + VERSION 0.5.4 LANGUAGES CXX) list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) diff --git a/bindings/python/quokka/version.py b/bindings/python/quokka/version.py index 1ab95aa..f79793c 100644 --- a/bindings/python/quokka/version.py +++ b/bindings/python/quokka/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.5.3" +__version__ = "0.5.4"