summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-07-16 07:30:11 -0700
committerBob Halley <halley@dnspython.org>2020-07-16 07:30:11 -0700
commit8243c571088bb2f9c3f5b49c5b96d7726e07231d (patch)
tree53cb4fe158bfc728e7daa8a1334e371dda43ccb2 /setup.py
parenta7e71aa9b0ebf43c8f997adc66b45069506afa6e (diff)
downloaddnspython-8243c571088bb2f9c3f5b49c5b96d7726e07231d.tar.gz
2.0.0 versioningv2.0.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 2090ac6..cd1be21 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@
import sys
from setuptools import setup
-version = '2.0.0dev3'
+version = '2.0.0'
try:
sys.argv.remove("--cython-compile")