diff --git a/setup.py b/setup.py index dced2a1..2aca59b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(fname): setup(name='pseudopy', packages=['pseudopy'], - version='1.1.2', + version='1.2.0', description='Compute and visualize pseudospectra of' + ' matrices (like eigtool)', long_description=read('README.md'),