From 8901d3adf09d1b2ac13f0c1d63d751a4847a74d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gaul?= Date: Tue, 8 Apr 2014 18:13:41 +0200 Subject: [PATCH] bump version to 1.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),