File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747
4848# General information about the project.
4949project = 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 )
Original file line number Diff line number Diff line change 33from .util import *
44from .analysis import *
55
6- __version__ = '0.6-dev '
6+ __version__ = '0.6'
Original file line number Diff line number Diff line change 1414
1515setup (
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' ,
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' ,
You can’t perform that action at this time.
0 commit comments