summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorelie <elie>2010-07-21 14:38:31 +0000
committerelie <elie>2010-07-21 14:38:31 +0000
commit16f25335669e97de71fdc693e094097d8d6fb9a4 (patch)
treed2364a0c3b1a0594970555f7fe4f4a6b2669b9cf /setup.py
parent3ce2f54b1e4e8188f461a9c5b68e5b275f570010 (diff)
downloadpysnmp-16f25335669e97de71fdc693e094097d8d6fb9a4.tar.gz
4.1.15a
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 693f657..f7816d6 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ except ImportError:
from distutils.core import setup
setup(name = 'pysnmp',
- version = '4.1.14a',
+ version = '4.1.15a',
description = 'SNMP framework',
author = 'Ilya Etingof',
author_email = 'ilya@glas.net',