diff --git a/setup.py b/setup.py index b554c96473..996fd7495b 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def run(self): include_dirs.append(eigen_flags[2:].rstrip()) long_description = open("README.md", "r").read() setup(name='raven_framework', - version='3.0', + version='3.1', description='RAVEN (Risk Analysis Virtual Environment) is designed to perform parametric and probabilistic analysis based on the response of complex system codes. RAVEN C++ dependenciences including a library for computing the Approximate Morse-Smale Complex (AMSC) and Crow probability tools', long_description=long_description, url="https://raven.inl.gov/",