Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
haohanyang committed Nov 26, 2024
1 parent 9ad87ba commit 9a4335a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ PYBIND11_MODULE(_iphreeqc, m)
.def("set_selected_output_file_on", &_Phreeqc::SetSelectedOutputFileOn)
.def("set_selected_output_string_on", &_Phreeqc::SetSelectedOutputStringOn);

m.attr("__version__") = "0.2.0";
m.attr("__version__") = "0.2.1";
}

0 comments on commit 9a4335a

Please sign in to comment.