mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fix __version__ in Python API
This commit is contained in:
parent
5f7bf87631
commit
a3e78915cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue