From 5e0250655830907747f9660e9b0f2dd5a480c284 Mon Sep 17 00:00:00 2001 From: Fabian Canobra Date: Mon, 28 Sep 2020 10:20:44 -0300 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ca87a3..ca55c0a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name='scrapy-autounit', - version='0.0.28', + version='0.0.29', author='', author_email='', description='Automatic unit test generation for Scrapy.',