File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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.4.0-dev "
7+ __version__ = "0.4.0"
88DISTARRAY_BASE_NAME = '__distarray__'
Original file line number Diff line number Diff line change 7171# The short X.Y version.
7272version = '0.4'
7373# The full version, including alpha/beta/rc tags.
74- release = '0.4.0-dev '
74+ release = '0.4.0'
7575
7676# The language for content autogenerated by Sphinx. Refer to documentation
7777# for a list of supported languages.
Original file line number Diff line number Diff line change 1414
1515metadata = {
1616 'name' : 'distarray' ,
17- 'version' : '0.4.0-dev ' ,
17+ 'version' : '0.4.0' ,
1818 'description' : 'Distributed Memory Arrays for Python' ,
1919 'keywords' : 'parallel mpi distributed array' ,
2020 'license' : 'New BSD' ,
You can’t perform that action at this time.
0 commit comments