dnspython: Update to latest upstream.
[kai/samba-autobuild/.git] / lib / dnspython / setup.py
index 12fd2f1dc661e95f36f6d86d506db374175c56da..21ebddfb5921eb00dc3c13bb81cd150615710b63 100755 (executable)
@@ -18,7 +18,7 @@
 import sys
 from distutils.core import setup
 
-version = '1.8.0'
+version = '1.8.1'
 
 kwargs = {
     'name' : 'dnspython',