From a41f5c09a3dbc40e106ed22932d0e6a049f89613 Mon Sep 17 00:00:00 2001 From: Kurt Griffiths Date: Mon, 14 Mar 2022 17:13:12 -0600 Subject: [PATCH] chore(version): bump to rc2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 885a569db..1006256e0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -74,7 +74,7 @@ console_scripts = [egg_info] # TODO replace -tag_build = rc1 +tag_build = rc2 [aliases] test=pytest