Commit 642c3d26 authored by Mat's avatar Mat
Browse files

Version bump

parent 279ad650
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ with open(path.join(here, 'README.md')) as f:
    long_description = f.read()

setup(name    = 'SharedArray',
      version = '0.1',
      version = '0.2',

      # Description
      description      = 'Share numpy arrays between processes',