summaryrefslogtreecommitdiff
path: root/factory/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'factory/__init__.py')
-rw-r--r--factory/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/factory/__init__.py b/factory/__init__.py
index bf0fca2..9a1513d 100644
--- a/factory/__init__.py
+++ b/factory/__init__.py
@@ -18,7 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
-__version__ = '1.0.0' # Remember to change in setup.py as well!
+__version__ = '1.0.2' # Remember to change in setup.py as well!
__author__ = 'Mark Sandstrom <mark@deliciouslynerdy.com>'
from base import (
@@ -33,6 +33,7 @@ from declarations import (
LazyAttribute,
Sequence,
LazyAttributeSequence,
+ SubFactory,
lazy_attribute,
sequence,
lazy_attribute_sequence