From 7abf219df47452f8f5f5aaf6782ec7646ca0b28a Mon Sep 17 00:00:00 2001 From: Fabrice Salvaire Date: Sun, 17 Sep 2017 17:34:36 +0200 Subject: [PATCH] bump to bug fixe release 1.1.2 --- setup_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_data.py b/setup_data.py index c9a029a96..37f41cc00 100644 --- a/setup_data.py +++ b/setup_data.py @@ -77,7 +77,7 @@ def read_readme(file_name): setup_dict = dict( name='PySpice', - version='1.1.1', + version='1.1.2', author='Fabrice Salvaire', author_email='fabrice.salvaire@orange.fr', description='Simulate electronic circuit using Python and the Ngspice simulator',