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
commitbe01fa3a3c60d4e02566c42def9e600b237f9b70 (patch)
tree31414a754809a477ce0c92e6af4acaae2d55c1c9 /setup.py
parent9c22f85f403683cc37d0e76202affc4c240b338f (diff)
downloadpysnmp-be01fa3a3c60d4e02566c42def9e600b237f9b70.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 1dc7f48..a069e69 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 ",