lib/rumale/preprocessing/version.rb in rumale-preprocessing-0.24.0 vs lib/rumale/preprocessing/version.rb in rumale-preprocessing-0.25.0
- old
+ new
@@ -3,8 +3,8 @@
# Rumale is a machine learning library in Ruby.
module Rumale
# This module consists of the classes that perform preprocessings.
module Preprocessing
# @!visibility private
- VERSION = '0.24.0'
+ VERSION = '0.25.0'
end
end