From 40577a0ee418784d923b94a91c51ca4354160fae Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 2 Oct 2014 21:02:31 -0400 Subject: [PATCH] Bumped version number to 0.6.1. --- docs/source/conf.py | 2 +- src/constants.F90 | 2 +- src/utils/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 16be3567d0..12558139e1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,7 +48,7 @@ copyright = u'2011-2014, Massachusetts Institute of Technology' # The short X.Y version. version = "0.6" # The full version, including alpha/beta/rc tags. -release = "0.6.0" +release = "0.6.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/constants.F90 b/src/constants.F90 index ae9c77287a..91aafaa009 100644 --- a/src/constants.F90 +++ b/src/constants.F90 @@ -8,7 +8,7 @@ module constants ! OpenMC major, minor, and release numbers integer, parameter :: VERSION_MAJOR = 0 integer, parameter :: VERSION_MINOR = 6 - integer, parameter :: VERSION_RELEASE = 0 + integer, parameter :: VERSION_RELEASE = 1 ! Revision numbers for binary files integer, parameter :: REVISION_STATEPOINT = 12 diff --git a/src/utils/setup.py b/src/utils/setup.py index 1000e509b3..4c2f1ae246 100644 --- a/src/utils/setup.py +++ b/src/utils/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='statepoint', - version='0.6.0', + version='0.6.1', description='OpenMC StatePoint', author='Paul Romano', author_email='paul.k.romano@gmail.com',