From cf873a14c68cd4ddbe07b3d2ceb14dce6dd9f86c Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Fri, 17 Jun 2016 14:50:28 -0700 Subject: [PATCH] revert version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3d19b3..c7232fd 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ from setuptools import setup setup( name='dj-database-url', - version='0.4.1-jm1', + version='0.4.1', url='https://github.com/kennethreitz/dj-database-url', license='BSD', author='Kenneth Reitz',