Skip to content

Commit

Permalink
Update str
Browse files Browse the repository at this point in the history
  • Loading branch information
Thopic committed Sep 7, 2024
1 parent 04790cf commit a2d1a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ PYBIND11_MODULE(atriegc, m) {
// #ifdef VERSION_INFO
// m.attr("__version__") = VERSION_INFO;
// #else
// m.attr("__version__") = "dev";
// #endif
m.attr("__version__") = "dev";
// #endif
}

0 comments on commit a2d1a13

Please sign in to comment.