From 2633b64eee89b8059869c9fa72f7d5f16ec9dd42 Mon Sep 17 00:00:00 2001 From: "Joshua J. Cogliati" Date: Thu, 11 Jul 2024 11:03:35 -0600 Subject: [PATCH] Updating version to 3.1 (#2335) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/",