We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e956e commit 60dcbfdCopy full SHA for 60dcbfd
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-0.10 (Unreleased)
+0.10 (2023-11-14)
2
=================
3
4
* Remove use of deprecated np.float compatibility with NumPy 1.24+ (#193)
nmrglue/__init__.py
@@ -3,4 +3,4 @@
from .util import *
from .analysis import *
5
6
-__version__ = '0.10-dev'
+__version__ = '0.10'
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name='nmrglue',
17
- version='0.10-dev', # change this in nmrglue/__init__.py also
+ version='0.10', # change this in nmrglue/__init__.py also
18
description='A module for working with NMR data in Python',
19
long_description=long_description,
20
url='http://www.nmrglue.com',
0 commit comments