From a282788b29258a2dda582e7ce17583dca61fa8cf Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 30 Oct 2020 09:20:23 -0700 Subject: update versions for 2.1.0rc1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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") -- cgit v1.2.1