Skip to content

Commit

Permalink
Started v0.6-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhelmus committed Jan 13, 2015
1 parent 25d03db commit f132ef9
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 @@ -290,5 +290,5 @@ def linkcode_resolve(domain, info):

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

return "http://github.com/jjhelmus/nmrglue/blob/v0.5/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.5'
__version__ = '0.6-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.5', # change this in nmrglue/__init__.py also
version='0.6-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 f132ef9

Please sign in to comment.