From 67db4e8d9adc97fbaead556626761dc0164dd44c Mon Sep 17 00:00:00 2001 From: Brobin Date: Sat, 10 Oct 2015 12:40:16 -0500 Subject: [PATCH] update version 0.1.4 --- django_seed/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_seed/__init__.py b/django_seed/__init__.py index 1bed14a..4c1999e 100644 --- a/django_seed/__init__.py +++ b/django_seed/__init__.py @@ -3,7 +3,7 @@ import random -__version__ = '0.1.3' +__version__ = '0.1.4' class Seed(object):