From 955e99a1ac8e1e703ab33528d5e657bcce42ca74 Mon Sep 17 00:00:00 2001 From: Vytautas Liuolia Date: Sat, 2 Dec 2023 22:17:19 +0100 Subject: [PATCH] chore: bump tag to rc1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5232352b3..1107b2c18 100644 --- a/setup.cfg +++ b/setup.cfg @@ -76,7 +76,7 @@ console_scripts = [egg_info] # TODO replace -tag_build = b2 +tag_build = rc1 [aliases] test=pytest