diff options
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 +) |