lib/rumale/pipeline/version.rb in rumale-pipeline-0.28.1 vs lib/rumale/pipeline/version.rb in rumale-pipeline-0.29.0

- old
+ new

@@ -3,8 +3,8 @@ # Rumale is a machine learning library in Ruby. module Rumale # Module implements utilities of pipeline that cosists of a chain of transfomers and estimators. module Pipeline # @!visibility private - VERSION = '0.28.1' + VERSION = '0.29.0' end end