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

Skip to content

Commit bc53628

Browse files
committed
REL: 0.8
Release nmrglue version 0.8
1 parent 31dc432 commit bc53628

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
0.8-dev
2-
=======
1+
0.8 (2020-10-29)
2+
================
33

44
File IO
55
-------

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.8-dev'
6+
__version__ = '0.8'

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.8-dev', # change this in nmrglue/__init__.py also
17+
version='0.8', # 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)