Skip to content

Commit 44e2035

Browse files
committed
Bump version numbers
1 parent 2d7217c commit 44e2035

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

armi/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# duplicating with setup.py for now. This is because in order to import meta.py, we
2020
# need to run armi.__init__, which does a whole heck of a lot of stuff that setup.py
2121
# shouldn't need. We should clean this up in the future.
22-
__version__ = "0.1.4"
22+
__version__ = "0.1.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def collectExtraFiles():
3939
setup(
4040
name="armi",
4141
# duplicating with meta.py for now. See comments there for rationale.
42-
version="0.1.4",
42+
version="0.1.5",
4343
description="The Advanced Reactor Modeling Interface",
4444
author="TerraPower, LLC",
4545
author_email="armi-devs@terrapower.com",

0 commit comments

Comments
 (0)