Skip to content

Commit

Permalink
Release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kljohann committed Oct 28, 2024
1 parent 79267da commit df9deef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit df9deef

Please sign in to comment.