lib/rumale/feature_extraction/version.rb in rumale-feature_extraction-0.25.0 vs lib/rumale/feature_extraction/version.rb in rumale-feature_extraction-0.26.0

- old
+ new

@@ -3,8 +3,8 @@ # Rumale is a machine learning library in Ruby. module Rumale # This module consists of the classes that extract features from raw data. module FeatureExtraction # @!visibility private - VERSION = '0.25.0' + VERSION = '0.26.0' end end