File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 47
47
48
48
# General information about the project.
49
49
project = u'nmrglue'
50
- copyright = u'2010-2015 , Jonathan J. Helmus'
50
+ copyright = u'2010-2017 , Jonathan J. Helmus'
51
51
52
52
# The version info for the project you're documenting, acts as replacement for
53
53
# |version| and |release|, also used in various other places throughout the
@@ -288,5 +288,5 @@ def linkcode_resolve(domain, info):
288
288
289
289
fn = relpath (fn , start = dirname (nmrglue .__file__ ))
290
290
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" % (
292
292
fn , linespec )
Original file line number Diff line number Diff line change 3
3
from .util import *
4
4
from .analysis import *
5
5
6
- __version__ = '0.6-dev '
6
+ __version__ = '0.6'
Original file line number Diff line number Diff line change 14
14
15
15
setup (
16
16
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
18
18
description = 'A module for working with NMR data in Python' ,
19
19
long_description = long_description ,
20
20
url = 'http://www.nmrglue.com' ,
26
26
'Intended Audience :: Developers' ,
27
27
'License :: OSI Approved :: BSD License' ,
28
28
'Programming Language :: Python :: 2' ,
29
- 'Programming Language :: Python :: 2.6' ,
30
29
'Programming Language :: Python :: 2.7' ,
31
30
'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 ' ,
34
33
'Topic :: Scientific/Engineering' ,
35
34
'Operating System :: MacOS :: MacOS X' ,
36
35
'Operating System :: Microsoft :: Windows' ,
You can’t perform that action at this time.
0 commit comments