From df9deef0bb333ce9ebd9d5838ebe94bbbf2c7b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johann=20Kl=C3=A4hn?= Date: Mon, 28 Oct 2024 18:19:33 +0100 Subject: [PATCH] Release version 0.5.0 --- src/tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tool.cpp b/src/tool.cpp index cf42872..39fa4f1 100644 --- a/src/tool.cpp +++ b/src/tool.cpp @@ -4,7 +4,7 @@ // We use numeric releases with optional PEP 440 suffixes: // https://peps.python.org/pep-0440/#summary-of-permitted-suffixes-and-relative-ordering -#define GENPYBIND_VERSION_STRING "0.5.0.dev1" +#define GENPYBIND_VERSION_STRING "0.5.0" #include "genpybind/annotated_decl.h" #include "genpybind/decl_context_graph.h"