From b0f29ff90509d2d018c41e05f387329fab978163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Fri, 13 May 2011 16:06:29 +0200 Subject: Version bump. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Barrois --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ee80d4b..374ad7d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup # Remember to change in factory/__init__.py as well! -VERSION = '1.0.0' +VERSION = '1.0.1' setup( name='factory_boy', @@ -25,4 +25,4 @@ setup( 'Topic :: Software Development :: Testing', 'Topic :: Software Development :: Libraries :: Python Modules' ] -) \ No newline at end of file +) -- cgit v1.2.3