Fix __version__ in Python API

This commit is contained in:
Paul Romano 2019-09-05 07:00:38 -05:00
parent 5f7bf87631
commit a3e78915cf

View file

@ -34,4 +34,4 @@ from . import examples
# Import a few convencience functions that used to be here
from openmc.model import rectangular_prism, hexagonal_prism
__version__ = '0.10.0'
__version__ = '0.11.0-dev'