Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b5905d

Browse files
committed
REL: 0.10
1 parent 66fc53e commit 4b5905d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.11 (Unreleased)
1+
0.11 (2024-10-29)
22
=================
33

44
* Add support for Python 3.12, drop support for Python 3.7 (#208)

nmrglue/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .util import *
44
from .analysis import *
55

6-
__version__ = '0.11-dev'
6+
__version__ = '0.11'

setup.py

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

1515
setup(
1616
name='nmrglue',
17-
version='0.11-dev', # change this in nmrglue/__init__.py also
17+
version='0.11', # 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)