summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-10-30 09:20:23 -0700
committerBob Halley <halley@dnspython.org>2020-10-30 09:20:23 -0700
commita282788b29258a2dda582e7ce17583dca61fa8cf (patch)
tree357483dee04fac2b926ddb36f520a1750ba50b9b /setup.py
parentee12ebcddcdc0732c5c141ebae481a1877b5a1b3 (diff)
downloaddnspython-a282788b29258a2dda582e7ce17583dca61fa8cf.tar.gz
update versions for 2.1.0rc1
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 d7d965d..5df5f25 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@
import sys
from setuptools import setup
-version = '2.1.0dev1'
+version = '2.1.0rc1'
try:
sys.argv.remove("--cython-compile")