From 80c00a69ae2bd28c3024260f7b33525dc6521a6c Mon Sep 17 00:00:00 2001 From: Fabian Canobra Date: Tue, 3 Dec 2019 16:11:19 -0300 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e6f9618..1b02878 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='scrapy-autounit', - version='0.0.23', + version='0.0.24', author='', author_email='', description='Automatic unit test generation for Scrapy.',