Skip to content

Commit

Permalink
Updates version to 0.3-dev.
Browse files Browse the repository at this point in the history
Helps indicate that we're now working on 0.3 pre-release.
  • Loading branch information
Kurt Smith committed Apr 17, 2014
1 parent ac98c46 commit cbb6699
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion distarray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Distributed under the terms of the BSD License. See COPYING.rst.
# ---------------------------------------------------------------------------

__version__ = "0.2.0"
__version__ = "0.3.0-dev"

from distarray.client import DistArray
from distarray.context import Context
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.3.0-dev'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

metadata = {
'name': 'distarray',
'version': '0.2.0',
'version': '0.3.0-dev',
'description': 'Distributed Memory Arrays for Python',
'keywords': 'parallel mpi distributed array',
'license': 'New BSD',
Expand Down

0 comments on commit cbb6699

Please sign in to comment.