Skip to content

Commit

Permalink
start 0.7-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhelmus committed Apr 22, 2017
1 parent 396a053 commit 5292283
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,5 @@ def linkcode_resolve(domain, info):

fn = relpath(fn, start=dirname(nmrglue.__file__))

return "http://github.com/jjhelmus/nmrglue/blob/v0.6/nmrglue/%s%s" % (
return "http://github.com/jjhelmus/nmrglue/blob/master/nmrglue/%s%s" % (
fn, linespec)
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.6'
__version__ = '0.7-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.6', # change this in nmrglue/__init__.py also
version='0.7-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 5292283

Please sign in to comment.