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 31dc432 commit bc53628Copy full SHA for bc53628
3 files changed
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-0.8-dev
2
-=======
+0.8 (2020-10-29)
+================
3
4
File IO
5
-------
nmrglue/__init__.py
@@ -3,4 +3,4 @@
from .util import *
from .analysis import *
6
-__version__ = '0.8-dev'
+__version__ = '0.8'
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name='nmrglue',
17
- version='0.8-dev', # change this in nmrglue/__init__.py also
+ version='0.8', # 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