From a1fc4a1a6fc5b915cdee36bf1ec57152002711ec Mon Sep 17 00:00:00 2001 From: PSala Date: Fri, 4 Aug 2023 13:09:05 +0200 Subject: [PATCH] Bump to v0.10.0-rc1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb5adae..2f9b51b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='autoworker', - version='0.10.0', + version='0.10.0-rc1', packages=find_packages(exclude=['spec']), url='https://github.com/gisce/autoworker', license='MIT',