From eb0a5084f4924d5445c0cd904a483a4229a3d67e Mon Sep 17 00:00:00 2001 From: "Joshua J. Cogliati" Date: Thu, 18 May 2023 14:56:52 -0600 Subject: [PATCH] Updating version to 2.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a82a49c247..fe5cc57d5a 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ class CustomBuild(build): include_dirs.append(eigen_flags[2:].rstrip()) long_description = open("README.md", "r").read() setup(name='raven_framework', - version='2.2', + version='2.3', 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/",