diff --git a/CMakeLists.txt b/CMakeLists.txt index d07f5759..4d1e84c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -159,7 +159,7 @@ memaccess_check_unaligned_le(HAVE_UNALIGNED_LITTLE_ENDIAN_ACCESS) #------------------------------------------------------------------------------- set(SV_TITLE SmuView) -set(SV_VERSION_STRING "0.0.4") +set(SV_VERSION_STRING "0.0.5") # Append the revision hash unless we are exactly on a tagged release. include(GetGitRevisionDescription) diff --git a/src/python/bindings.cpp b/src/python/bindings.cpp index 4e06fd4a..038f91f4 100644 --- a/src/python/bindings.cpp +++ b/src/python/bindings.cpp @@ -58,7 +58,7 @@ PYBIND11_EMBEDDED_MODULE(smuview, m) { options.enable_function_signatures(); options.disable_enum_members_docstring(); - m.doc() = "The SmuView 0.0.4 Python bindings.\n\n" // TODO: Use SV_VERSION_STRING? + m.doc() = "The SmuView " SV_VERSION_STRING " Python bindings.\n\n" "The Python bindings are a scripting extension for SmuView to automate, " "setup and control complex or repetitive measurements, to process the " "incoming data and to create a standardized user interface for those "