Skip to content

Commit

Permalink
Updating version to 2.3 (#2117)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-cogliati-inl authored May 19, 2023
1 parent 37777ea commit ba5a414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit ba5a414

Please sign in to comment.