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 fdedbeb commit 32c718bCopy full SHA for 32c718b
__init__.py
@@ -14,7 +14,7 @@
14
__copyright__ = 'Copyright (c) 2020 Mathieu Daëron'
15
__license__ = 'Modified BSD License - https://opensource.org/licenses/BSD-3-Clause'
16
__date__ = '2020-05-11'
17
-__version__ = '0.3'
+__version__ = '0.3.1'
18
19
import os
20
import numpy as np
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="D47crunch",
8
- version="0.3",
+ version="0.3.1",
9
author="Mathieu Daëron",
10
author_email="[email protected]",
11
description="Standardization of Δ47 clumped-isotope measurements",
@@ -19,4 +19,5 @@
"Operating System :: OS Independent",
],
21
python_requires='>=3.6',
22
+ install_requires='lmfit>=1.0.1',
23
)
0 commit comments