summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 374ad7d..f42a76f 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.1'
+VERSION = '1.0.2'
setup(
name='factory_boy',