diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-03-09 22:33:31 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-03-09 22:33:31 +0100 |
commit | 84019217057d1752fba021b2bfe940af5636977d (patch) | |
tree | 59a46e93cd5ebaf1994caf227df6753a3a449365 | |
parent | f061672eed5fb5849d4f4141ba82963ba6913ebc (diff) | |
download | factory-boy-84019217057d1752fba021b2bfe940af5636977d.tar factory-boy-84019217057d1752fba021b2bfe940af5636977d.tar.gz |
Version bump, for packaging purposes.v1.1.3
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ from distutils.core import setup from distutils import cmd # Remember to change in factory/__init__.py as well! -VERSION = '1.1.2' +VERSION = '1.1.3' class test(cmd.Command): |