From 35d76ae04933f90c09c02831e83ad42b7c0fe26c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gaul?= Date: Fri, 11 Apr 2014 13:07:01 +0200 Subject: [PATCH] bump version to 1.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2aca59b..8cef9e2 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(fname): setup(name='pseudopy', packages=['pseudopy'], - version='1.2.0', + version='1.2.1', description='Compute and visualize pseudospectra of' + ' matrices (like eigtool)', long_description=read('README.md'),