summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorelie <elie>2005-12-09 17:27:15 +0000
committerelie <elie>2005-12-09 17:27:15 +0000
commit221bcf0531777150cc967a5304947a7775898fe6 (patch)
treed1b93b42ea5b6eb64e730ea5b2b60611cc3c43db /setup.py
parent32525223b77ddd386dc22275fe2ad37f31f1d5e5 (diff)
downloadpysnmp-git-221bcf0531777150cc967a5304947a7775898fe6.tar.gz
4.1.6a
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 1dc7f486..a069e690 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
from distutils.core import setup
setup(name="pysnmp",
- version="4.1.5a",
+ version="4.1.6a",
description="SNMP framework for Python",
author="Ilya Etingof",
author_email="ilya@glas.net ",