From 02c804adef26360c751c17f1eee7684cf0ca261f Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Mon, 29 May 2017 11:12:07 +0200 Subject: import error fix --- pysnmp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pysnmp/__init__.py') diff --git a/pysnmp/__init__.py b/pysnmp/__init__.py index f0dc3d23..b577985a 100644 --- a/pysnmp/__init__.py +++ b/pysnmp/__init__.py @@ -1,5 +1,5 @@ # http://www.python.org/dev/peps/pep-0396/ -__version__ = '4.3.6' +__version__ = '4.3.7' # backward compatibility version = tuple([int(x) for x in __version__.split('.')]) majorVersionId = version[0] -- cgit v1.2.1