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 648558a commit 74a58aeCopy full SHA for 74a58ae
D47crunch/__init__.py
@@ -20,7 +20,7 @@
20
__copyright__ = 'Copyright (c) 2021 Mathieu Daëron'
21
__license__ = 'Modified BSD License - https://opensource.org/licenses/BSD-3-Clause'
22
__date__ = '2021-08-08'
23
-__version__ = '2.0.0'
+__version__ = '2.0.1'
24
25
import os
26
import numpy as np
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "D47crunch"
3
-version = "2.0.0"
+version = "2.0.1"
4
description = "Standardization and analytical error propagation of Δ47 and Δ48 clumped-isotope measurements"
5
authors = ["Mathieu Daëron <[email protected]>"]
6
homepage = "https://github.com/mdaeron/D47crunch"
0 commit comments