From 3bcc7c92b4b2193fcf35b5b7c3797b30a4937015 Mon Sep 17 00:00:00 2001 From: rnorthover Date: Tue, 2 Jan 2018 12:26:01 -0500 Subject: [PATCH] Bump version to 1.8.1 --- dyn/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dyn/__init__.py b/dyn/__init__.py index 52eec9a..d0d6109 100644 --- a/dyn/__init__.py +++ b/dyn/__init__.py @@ -5,7 +5,7 @@ Requires Python 2.6 or higher, or the "simplejson" package. """ -version_info = (1, 8, 0) +version_info = (1, 8, 1) __name__ = 'dyn' __doc__ = 'A python wrapper for the DynDNS and DynEmail APIs' __author__ = '''