From aaea52ba05971b7b61948b8178f9b06a43c8b79c Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 8 Dec 2018 12:09:47 -0800 Subject: Bump version to 2.0.0; discontinue Python 2.7 testing. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 743d43c..5b855e1 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import sys from setuptools import setup -version = '1.16.0' +version = '2.0.0' try: sys.argv.remove("--cython-compile") -- cgit v1.2.1