summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2016-06-01 06:16:51 -0700
committerBob Halley <halley@dnspython.org>2016-06-01 06:16:51 -0700
commitecc7ba03ffec7e79e086d05e0cf857ba6c160649 (patch)
treee76282409f059f8538053c50e0f2cfd97d0c895c /setup.py
parent9a8f6fe738ee1b8b3388716754751e1b74455e66 (diff)
downloaddnspython-ecc7ba03ffec7e79e086d05e0cf857ba6c160649.tar.gz
inc version
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 08f7bdc..323a579 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
import sys
from setuptools import setup
-version = '1.14.0'
+version = '1.15.0'
kwargs = {
'name' : 'dnspython',