diff --git a/CITATION.cff b/CITATION.cff index 09b2d64..b6fb605 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -cff-version: 1.0 +cff-version: 1.0.1rc1 message: "If you use this software, please cite it as below." authors: - family-names: Tate @@ -31,6 +31,6 @@ authors: - family-names: Narayan given-names: Akil orcid: https://orcid.org/0000-0002-5914-4207 -title: SCIInstitute/UncertainSCI: v1.0 -version: v1.0 +title: SCIInstitute/UncertainSCI: v1.0.1rc1 +version: v1.0.1rc1 date-released: 2023-08-08 diff --git a/setup.py b/setup.py index be740e4..5b98e7f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='UncertainSCI', - version='1.0.1', + version='1.0.1rc1', author='UncertainSCI Developers', author_email='uncertainsci@sci.utah.edu', packages=find_packages(),