lib/rumale/torch/version.rb in rumale-torch-0.1.0 vs lib/rumale/torch/version.rb in rumale-torch-0.1.1

- 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.0' + VERSION = '0.1.1' end end