Commit 4db30ef5 authored by Mat's avatar Mat
Browse files

Version bumped to 3.0.0

parent 04b0635b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ with codecs.open(os.path.join(here, 'README.md'), encoding='utf-8') as f:

setup(
    name = 'SharedArray',
    version = '2.0.4',
    version = '3.0.0',

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