Skip to content

Commit 396a053

Browse files
committed
REL: v0.6
Release nmrglue version 0.6
1 parent 35afa66 commit 396a053

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

doc/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
# General information about the project.
4949
project = u'nmrglue'
50-
copyright = u'2010-2015, Jonathan J. Helmus'
50+
copyright = u'2010-2017, Jonathan J. Helmus'
5151

5252
# The version info for the project you're documenting, acts as replacement for
5353
# |version| and |release|, also used in various other places throughout the
@@ -288,5 +288,5 @@ def linkcode_resolve(domain, info):
288288

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

291-
return "http://github.com/jjhelmus/nmrglue/blob/master/nmrglue/%s%s" % (
291+
return "http://github.com/jjhelmus/nmrglue/blob/v0.6/nmrglue/%s%s" % (
292292
fn, linespec)

nmrglue/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .util import *
44
from .analysis import *
55

6-
__version__ = '0.6-dev'
6+
__version__ = '0.6'

setup.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='nmrglue',
17-
version='0.6-dev', # change this in nmrglue/__init__.py also
17+
version='0.6', # change this in nmrglue/__init__.py also
1818
description='A module for working with NMR data in Python',
1919
long_description=long_description,
2020
url='http://www.nmrglue.com',
@@ -26,11 +26,10 @@
2626
'Intended Audience :: Developers',
2727
'License :: OSI Approved :: BSD License',
2828
'Programming Language :: Python :: 2',
29-
'Programming Language :: Python :: 2.6',
3029
'Programming Language :: Python :: 2.7',
3130
'Programming Language :: Python :: 3',
32-
'Programming Language :: Python :: 3.3',
33-
'Programming Language :: Python :: 3.4',
31+
'Programming Language :: Python :: 3.5',
32+
'Programming Language :: Python :: 3.6',
3433
'Topic :: Scientific/Engineering',
3534
'Operating System :: MacOS :: MacOS X',
3635
'Operating System :: Microsoft :: Windows',

0 commit comments

Comments
 (0)