lib/numo/pocketfft/version.rb in numo-pocketfft-0.3.1 vs lib/numo/pocketfft/version.rb in numo-pocketfft-0.3.2

- 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.3.1' + VERSION = '0.3.2' end end