From 647ab061fcc6aa9fcfe06b965327a4b74f3c0eb6 Mon Sep 17 00:00:00 2001 From: tvle236 Date: Tue, 3 Dec 2019 13:17:50 -0500 Subject: [PATCH] Fixed the package version to be different from official repo. (#3) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f6fe726..716779d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def listify(filename): setup( name="django-dirtyfields", - version="1.3.1", + version="1.3.1sc", url='http://github.com/romgar/django-dirtyfields', license='BSD', description=("Tracking dirty fields on a Django model instance "