Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f42c92c

Browse files
committed
nmrglue version 0.3
1 parent 5b269c3 commit f42c92c

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
doc/source/reference/generated
1010
doc/build
1111

12+
# build directories
13+
build
14+
dist
15+
1216
# data and sandbox
1317
data
1418
sandbox

nmrglue/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from util import *
44
from analysis import *
55

6-
__version__ = '0.3-dev'
6+
__version__ = '0.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='nmrglue',
15-
version='0.2',
15+
version='0.3',
1616
author = 'Jonathan J. Helmus',
1717
author_email = '[email protected]',
1818
packages=['nmrglue','nmrglue.fileio','nmrglue.analysis','nmrglue.process',

0 commit comments

Comments
 (0)