From 8d8b8cd8dfa66b67d579f7e8c78ef149f10512ba Mon Sep 17 00:00:00 2001 From: elie Date: Fri, 27 Apr 2012 11:04:28 +0000 Subject: fix to libsmi2pysnmp tool to make it working again in Python < 2.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ba25db4..a3a5bd2 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ and install into your system. params.update( { 'name': 'pysnmp', - 'version': '4.2.2', + 'version': '4.2.3', 'description': 'SNMP framework', 'author': 'Ilya Etingof', 'author_email': 'ilya@glas.net', -- cgit v1.2.1