lib/rumale/torch/version.rb in rumale-torch-0.1.1 vs lib/rumale/torch/version.rb in rumale-torch-0.2.0
- old
+ new
@@ -4,8 +4,8 @@
module Rumale
# Rumale::Torch provides the learning and inference function by
# the neural nets defined in torch.rb with the same interface as Rumale.
module Torch
# The version of Rumale::Torch you are using.
- VERSION = '0.1.1'
+ VERSION = '0.2.0'
end
end