Commit be667d0e authored by Mat's avatar Mat
Browse files

Version bump

parent 534be71f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ def read(fname):
    return open(path.join(here, fname)).read()

setup(name    = 'SharedArray',
      version = '1.0',
      version = '2.0',

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