Commit f95cb416 authored by Mat's avatar Mat
Browse files

Version bump

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

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

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