summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index be5e518..7ffcebc 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name="pysnmp",
- version="3.4.3",
+ version="3.4.4",
description="Python SNMP Toolkit",
author="Ilya Etingof",
author_email="ilya@glas.net ",