Skip to content

Commit

Permalink
Bump version to 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenarchy committed Jan 18, 2018
1 parent d767414 commit 4883ec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion krypy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from . import linsys, deflation, recycling, utils
__all__ = ['linsys', 'deflation', 'recycling', 'utils']
__version__ = '2.1.6'
__version__ = '2.1.7'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(fname):

setup(name='krypy',
packages=['krypy', 'krypy.recycling'],
version='2.1.6',
version='2.1.7',
description='Krylov subspace methods for linear systems',
long_description=read('README.rst'),
author='André Gaul',
Expand Down

0 comments on commit 4883ec9

Please sign in to comment.