lib/numo/pocketfft/version.rb in numo-pocketfft-0.1.0 vs lib/numo/pocketfft/version.rb in numo-pocketfft-0.1.1

- old
+ new

@@ -3,8 +3,8 @@ # Numo is the top level namespace of NUmerical MOdules for Ruby. module Numo # Numo::Pocketfft is the module that has functions for Fourier transform. module Pocketfft # The version of Numo::Pocketfft you are using. - VERSION = '0.1.0' + VERSION = '0.1.1' end end