summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorelie <elie>2012-04-27 11:04:28 +0000
committerelie <elie>2012-04-27 11:04:28 +0000
commitfdbb48ed9b2c427f7b8e0bbc446b1e1682fb5a64 (patch)
tree03497c08eebc0e9d404e2e9ee7513c85f7ab1309 /setup.py
parentc21a08fb80bce0bfc6ffc4efe571e121e9781fa2 (diff)
downloadpysnmp-git-fdbb48ed9b2c427f7b8e0bbc446b1e1682fb5a64.tar.gz
fix to libsmi2pysnmp tool to make it working again in Python < 2.7
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ba25db4f..a3a5bd2a 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',