diff options
author | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2011-05-13 16:06:29 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2011-05-13 16:06:29 +0200 |
commit | b0f29ff90509d2d018c41e05f387329fab978163 (patch) | |
tree | 8f51e0c666bfbffd0d558041c3afe37f2760aca4 /setup.py | |
parent | 64a059101d0119e18c1cb0b15b0e9e15795ccba1 (diff) | |
download | factory-boy-b0f29ff90509d2d018c41e05f387329fab978163.tar factory-boy-b0f29ff90509d2d018c41e05f387329fab978163.tar.gz |
Version bump.
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 +) |