diff options
| author | Bob Halley <halley@dnspython.org> | 2020-10-30 09:20:23 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-10-30 09:20:23 -0700 |
| commit | a282788b29258a2dda582e7ce17583dca61fa8cf (patch) | |
| tree | 357483dee04fac2b926ddb36f520a1750ba50b9b /setup.py | |
| parent | ee12ebcddcdc0732c5c141ebae481a1877b5a1b3 (diff) | |
| download | dnspython-a282788b29258a2dda582e7ce17583dca61fa8cf.tar.gz | |
update versions for 2.1.0rc1
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ import sys from setuptools import setup -version = '2.1.0dev1' +version = '2.1.0rc1' try: sys.argv.remove("--cython-compile") |
