Skip to content

Commit

Permalink
REL: 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhelmus committed Nov 15, 2023
1 parent 54e956e commit 60dcbfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.10 (Unreleased)
0.10 (2023-11-14)
=================

* Remove use of deprecated np.float compatibility with NumPy 1.24+ (#193)
Expand Down
2 changes: 1 addition & 1 deletion nmrglue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .util import *
from .analysis import *

__version__ = '0.10-dev'
__version__ = '0.10'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='nmrglue',
version='0.10-dev', # change this in nmrglue/__init__.py also
version='0.10', # change this in nmrglue/__init__.py also
description='A module for working with NMR data in Python',
long_description=long_description,
url='http://www.nmrglue.com',
Expand Down

0 comments on commit 60dcbfd

Please sign in to comment.