Skip to content

Commit

Permalink
REL: 0.8
Browse files Browse the repository at this point in the history
Release nmrglue version 0.8
  • Loading branch information
jjhelmus committed Oct 29, 2020
1 parent 31dc432 commit bc53628
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.8-dev
=======
0.8 (2020-10-29)
================

File IO
-------
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.8-dev'
__version__ = '0.8'
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.8-dev', # change this in nmrglue/__init__.py also
version='0.8', # 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 bc53628

Please sign in to comment.