Update version number

This commit is contained in:
Ricardo Montañana Gómez
2023-02-22 12:05:47 +01:00
committed by GitHub
parent cd04f97fd0
commit 32a6fd9ba0

View File

@@ -23,7 +23,7 @@ namespace mdlp {
~CPPFImdlp(); ~CPPFImdlp();
CPPFImdlp& fit(samples_t&, labels_t&); CPPFImdlp& fit(samples_t&, labels_t&);
samples_t getCutPoints(); samples_t getCutPoints();
inline string version() { return "1.1.0"; }; inline string version() { return "1.1.1"; };
}; };
} }
#endif #endif