prep 1.11.1
[third_party/dnspython] / setup.py
index a6e45a28daf5199cf986383a73876b34777230b8..d431c3eceb5a3acd6419370130726b7d624f55ce 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
 import sys
 from distutils.core import setup
 
-version = '1.11.0'
+version = '1.11.1'
 
 kwargs = {
     'name' : 'dnspython',