Skip to content

Commit fdedbeb

Browse files
committed
New version number for PyPI
1 parent aa96e9a commit fdedbeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__copyright__ = 'Copyright (c) 2020 Mathieu Daëron'
1515
__license__ = 'Modified BSD License - https://opensource.org/licenses/BSD-3-Clause'
1616
__date__ = '2020-05-11'
17-
__version__ = '0.2'
17+
__version__ = '0.3'
1818

1919
import os
2020
import numpy as np

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="D47crunch",
8-
version="0.2",
8+
version="0.3",
99
author="Mathieu Daëron",
1010
author_email="[email protected]",
1111
description="Standardization of Δ47 clumped-isotope measurements",

0 commit comments

Comments
 (0)