Skip to content

Commit

Permalink
[setup] bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
André Gaul committed Mar 14, 2014
1 parent 1b15bb4 commit c4c038f
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.0.0b1'
__version__ = '2.0.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(fname):
setup(name='krypy',
packages=['krypy', 'krypy.recycling'],
version=__version__,
description='Krylov subspace methods for linear algebraic systems',
description='Krylov subspace methods for linear systems',
long_description=read('README.md'),
author='André Gaul',
author_email='[email protected]',
Expand Down

0 comments on commit c4c038f

Please sign in to comment.