Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenarchy committed Apr 23, 2020
1 parent b69cf65 commit 44631fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion krypy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from ._convenience import cg, minres, gmres

__all__ = ['linsys', 'deflation', 'recycling', 'utils', 'cg', 'minres', 'gmres']
__version__ = '2.1.7'
__version__ = '2.2.0'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@

setup(name='krypy',
packages=['krypy', 'krypy.recycling'],
version='2.1.7',
version='2.2.0',
description='Krylov subspace methods for linear systems',
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
author='André Gaul',
author_email='[email protected]',
url='https://github.com/andrenarchy/krypy',
Expand Down

0 comments on commit 44631fc

Please sign in to comment.