Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66fc53e commit 4b5905dCopy full SHA for 4b5905d
3 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-0.11 (Unreleased)
+0.11 (2024-10-29)
2
=================
3
4
* Add support for Python 3.12, drop support for Python 3.7 (#208)
nmrglue/__init__.py
@@ -3,4 +3,4 @@
from .util import *
from .analysis import *
5
6
-__version__ = '0.11-dev'
+__version__ = '0.11'
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name='nmrglue',
17
- version='0.11-dev', # change this in nmrglue/__init__.py also
+ version='0.11', # 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