Skip to content

Commit 1106761

Browse files
committed
Bump for version 1.3.1 bugfix release.
1 parent 15ae135 commit 1106761

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

eqtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"""Provides classes for interacting with magnetic equilibrium data in a variety of formats.
2020
"""
2121

22-
__version__ = '1.3.1_dev'
22+
__version__ = '1.3.1'
2323

2424
from .core import *
2525
from .EFIT import *

setup.py

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

1414
setup(
1515
name='eqtools',
16-
version='1.3.0',
16+
version='1.3.1',
1717
packages=['eqtools',],
1818
install_requires=['scipy', 'numpy', 'matplotlib'],
1919
author=['Mark Chilenski','Ian Faust','John Walk'],

0 commit comments

Comments
 (0)