diff options
| author | Bob Halley <halley@dnspython.org> | 2020-07-16 07:30:11 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-07-16 07:30:11 -0700 |
| commit | 8243c571088bb2f9c3f5b49c5b96d7726e07231d (patch) | |
| tree | 53cb4fe158bfc728e7daa8a1334e371dda43ccb2 /setup.py | |
| parent | a7e71aa9b0ebf43c8f997adc66b45069506afa6e (diff) | |
| download | dnspython-8243c571088bb2f9c3f5b49c5b96d7726e07231d.tar.gz | |
2.0.0 versioningv2.0.0
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.0.0dev3' +version = '2.0.0' try: sys.argv.remove("--cython-compile") |
