Skip to content

Commit

Permalink
v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhelmus committed Jan 13, 2015
1 parent 8768b8f commit 25d03db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

# General information about the project.
project = u'nmrglue'
copyright = u'2010-2013, Jonathan J. Helmus'
copyright = u'2010-2015, Jonathan J. Helmus'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down 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/master/nmrglue/%s%s" % (
return "http://github.com/jjhelmus/nmrglue/blob/v0.5/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-dev'
__version__ = '0.5'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='nmrglue',
version='0.5-dev', # change this in nmrglue/__init__.py also
version='0.5', # 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 All @@ -30,7 +30,7 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4'
'Programming Language :: Python :: 3.4',
'Topic :: Scientific/Engineering',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
Expand Down

0 comments on commit 25d03db

Please sign in to comment.