summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2018-12-08 12:09:47 -0800
committerBob Halley <halley@dnspython.org>2018-12-08 12:09:47 -0800
commitaaea52ba05971b7b61948b8178f9b06a43c8b79c (patch)
tree4b26e5dc80ff246eec9ea1a89be8ee2c692b8bac /setup.py
parent1d0f64c9bc483ae1bd2c583e1fa096250f0cde0b (diff)
downloaddnspython-aaea52ba05971b7b61948b8178f9b06a43c8b79c.tar.gz
Bump version to 2.0.0; discontinue Python 2.7 testing.
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 743d43c..5b855e1 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@
import sys
from setuptools import setup
-version = '1.16.0'
+version = '2.0.0'
try:
sys.argv.remove("--cython-compile")