Skip to content

Commit 149e24b

Browse files
committed
Bump version to 0.4.0.
1 parent ed8d139 commit 149e24b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

distarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
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"
88
DISTARRAY_BASE_NAME = '__distarray__'

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
# The short X.Y version.
7272
version = '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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
metadata = {
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',

0 commit comments

Comments
 (0)