Skip to content

Commit 74a58ae

Browse files
committed
Bump version
1 parent 648558a commit 74a58ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

D47crunch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
__copyright__ = 'Copyright (c) 2021 Mathieu Daëron'
2121
__license__ = 'Modified BSD License - https://opensource.org/licenses/BSD-3-Clause'
2222
__date__ = '2021-08-08'
23-
__version__ = '2.0.0'
23+
__version__ = '2.0.1'
2424

2525
import os
2626
import numpy as np

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "D47crunch"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Standardization and analytical error propagation of Δ47 and Δ48 clumped-isotope measurements"
55
authors = ["Mathieu Daëron <[email protected]>"]
66
homepage = "https://github.com/mdaeron/D47crunch"

0 commit comments

Comments
 (0)