1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-22 10:18:50 -05:00

py version update

This commit is contained in:
hrocho 2021-06-18 17:48:07 +02:00
parent 59c2431264
commit 6708f6abc3

View File

@ -12,7 +12,7 @@ namespace py = pybind11;
using namespace catima;
std::string catima_info(){
return "CATIMA version = 1.54\n";
return "CATIMA version = 1.6\n";
}
std::string material_to_string(const Material &r){