Skip to content

Commit

Permalink
start 0.10-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhelmus committed Apr 20, 2022
1 parent 4583d79 commit 000003f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.10 (Unreleased)
=================



0.9 (2022-04-20)
================

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.9'
__version__ = '0.10-dev'
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.9', # change this in nmrglue/__init__.py also
version='0.10-dev', # 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 000003f

Please sign in to comment.