Skip to content

Commit 8a5fb8a

Browse files
committed
Update version number to 0.13.3
1 parent 2f50599 commit 8a5fb8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/openmc/version.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace openmc {
1010
constexpr int VERSION_MAJOR {@OPENMC_VERSION_MAJOR@};
1111
constexpr int VERSION_MINOR {@OPENMC_VERSION_MINOR@};
1212
constexpr int VERSION_RELEASE {@OPENMC_VERSION_RELEASE@};
13-
constexpr bool VERSION_DEV {true};
13+
constexpr bool VERSION_DEV {false};
1414
constexpr std::array<int, 3> VERSION {VERSION_MAJOR, VERSION_MINOR, VERSION_RELEASE};
1515
// clang-format on
1616

openmc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
from openmc.model import rectangular_prism, hexagonal_prism, Model
3939

4040

41-
__version__ = '0.13.3-dev'
41+
__version__ = '0.13.3'

0 commit comments

Comments
 (0)