From 0da1a0b29ed001d4cc388b4de4fe933f59826059 Mon Sep 17 00:00:00 2001 From: HawkOwl Date: Tue, 16 Jun 2015 17:53:51 +0800 Subject: [PATCH] 0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9734b30..c108404 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='TwistedChecker', description='A Twisted coding standard compliance checker.', - version='0.3.0', + version='0.4.0', author='Twisted Matrix Laboratories', author_email='twisted-python@twistedmatrix.com', url='https://github.com/twisted/twistedchecker',