summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2011-07-13 12:57:36 -0700
committerBob Halley <halley@nominum.com>2011-07-13 12:57:36 -0700
commitb2a2d96ebc334adb2d81efaa54e98d83406927bf (patch)
treea92ecd2d3723555667041c08e3b7e9c92acdb864 /setup.py
parent9aa541f1307d80d6ff7137ed11e5882bee754488 (diff)
downloaddnspython-b2a2d96ebc334adb2d81efaa54e98d83406927bf.tar.gz
the next version will be 1.10.0
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 e945a2c..276cd06 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
import sys
from distutils.core import setup
-version = '1.9.5'
+version = '1.10.0'
kwargs = {
'name' : 'dnspython3',