lib/rumale/feature_extraction/version.rb in rumale-feature_extraction-0.27.0 vs lib/rumale/feature_extraction/version.rb in rumale-feature_extraction-0.28.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.27.0' + VERSION = '0.28.0' end end