lib/rumale/kernel_machine/version.rb in rumale-kernel_machine-0.28.1 vs lib/rumale/kernel_machine/version.rb in rumale-kernel_machine-0.29.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 kernel method-based estimator. module KernelMachine # @!visibility private - VERSION = '0.28.1' + VERSION = '0.29.0' end end