Skip to content

Commit 60dcbfd

Browse files
committed
REL: 0.10
1 parent 54e956e commit 60dcbfd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.10 (Unreleased)
1+
0.10 (2023-11-14)
22
=================
33

44
* Remove use of deprecated np.float compatibility with NumPy 1.24+ (#193)

nmrglue/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .util import *
44
from .analysis import *
55

6-
__version__ = '0.10-dev'
6+
__version__ = '0.10'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='nmrglue',
17-
version='0.10-dev', # change this in nmrglue/__init__.py also
17+
version='0.10', # change this in nmrglue/__init__.py also
1818
description='A module for working with NMR data in Python',
1919
long_description=long_description,
2020
url='http://www.nmrglue.com',

0 commit comments

Comments
 (0)