Skip to content

Commit

Permalink
Version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
knarfS committed Jan 9, 2021
1 parent 126b02a commit 3193851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/python/bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 3193851

Please sign in to comment.