lib/rumale/linear_model/version.rb in rumale-linear_model-0.27.0 vs lib/rumale/linear_model/version.rb in rumale-linear_model-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 implement generalized linear models. module LinearModel # @!visibility private - VERSION = '0.27.0' + VERSION = '0.28.0' end end