diff --git a/Discretizer.h b/Discretizer.h index d3556e8..c8d3d59 100644 --- a/Discretizer.h +++ b/Discretizer.h @@ -22,7 +22,7 @@ namespace mdlp { } return discretizedData; }; - static inline std::string version() { return "1.1.3"; }; + static inline std::string version() { return "1.2.0"; }; protected: labels_t discretizedData = labels_t(); cutPoints_t cutPoints;