We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296a47e commit 8853693Copy full SHA for 8853693
CITATION.cff
@@ -1,4 +1,4 @@
1
-cff-version: 1.0
+cff-version: 1.0.1rc1
2
message: "If you use this software, please cite it as below."
3
authors:
4
- family-names: Tate
@@ -31,6 +31,6 @@ authors:
31
- family-names: Narayan
32
given-names: Akil
33
orcid: https://orcid.org/0000-0002-5914-4207
34
-title: SCIInstitute/UncertainSCI: v1.0
35
-version: v1.0
+title: SCIInstitute/UncertainSCI: v1.0.1rc1
+version: v1.0.1rc1
36
date-released: 2023-08-08
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name='UncertainSCI',
8
- version='1.0.1',
+ version='1.0.1rc1',
9
author='UncertainSCI Developers',
10
author_email='[email protected]',
11
packages=find_packages(),
0 commit comments