From 70a2f2cd76a05ac528c35fd099ea5cf595fa0e61 Mon Sep 17 00:00:00 2001 From: Mohammad Taleb Date: Thu, 29 Nov 2018 12:34:48 -0500 Subject: [PATCH] Bump version 1.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db9f7d6..b613cd0 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def run_tests(self): setup( name='django-enumfields', - version='0.10.1', + version='1.0.0', author='HZDG', author_email='webmaster@hzdg.com', description='Real Python Enums for Django.',