diff options
| author | Bob Halley <halley@dnspython.org> | 2018-12-08 12:09:47 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2018-12-08 12:09:47 -0800 |
| commit | aaea52ba05971b7b61948b8178f9b06a43c8b79c (patch) | |
| tree | 4b26e5dc80ff246eec9ea1a89be8ee2c692b8bac /setup.py | |
| parent | 1d0f64c9bc483ae1bd2c583e1fa096250f0cde0b (diff) | |
| download | dnspython-aaea52ba05971b7b61948b8178f9b06a43c8b79c.tar.gz | |
Bump version to 2.0.0; discontinue Python 2.7 testing.
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 = '1.16.0' +version = '2.0.0' try: sys.argv.remove("--cython-compile") |
