File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44# Distributed under the terms of the BSD License. See COPYING.rst.
55# ---------------------------------------------------------------------------
66
7+ __version__ = "0.2.0"
8+
79from distarray .client import DistArray
810from distarray .context import Context
911from distarray .functions import *
Original file line number Diff line number Diff line change 44# Distributed under the terms of the BSD License. See COPYING.rst.
55# -----------------------------------------------------------------------------
66
7-
87from setuptools import setup , find_packages
98
10-
119install_requires = [
1210 'ipython' ,
1311 'numpy' ,
1614
1715metadata = {
1816 'name' : 'distarray' ,
19- 'version' : '0.1 ' ,
17+ 'version' : '0.2.0 ' ,
2018 'description' : 'Distributed Memory Arrays for Python' ,
2119 'keywords' : 'parallel mpi distributed array' ,
2220 'license' : 'New BSD' ,
23- 'author' : 'Brian E. Granger ' ,
24- 'author_email' : 'ellisonbg@gmail .com' ,
21+ 'author' : 'IPython Development Team and Enthought, Inc. ' ,
22+ 'author_email' : 'ksmith@enthought .com' ,
2523 'url' : 'https://github.com/enthought/distarray' ,
2624 'packages' : find_packages (),
2725 'install_requires' : install_requires
You can’t perform that action at this time.
0 commit comments