From 7f506afabb5681027a959fc10349c66d0d0ba97c Mon Sep 17 00:00:00 2001 From: Arun S A G Date: Tue, 6 Jun 2017 15:46:30 -0700 Subject: [PATCH] Update version to match pypi The version in pypi is 2017.4.17, however setup.py defines version as 2017.04.17 This can cause problems with downstream systems that process setup.py to generate rpms and debs --- certifi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certifi/__init__.py b/certifi/__init__.py index b8cd2894..1644df45 100644 --- a/certifi/__init__.py +++ b/certifi/__init__.py @@ -1,3 +1,3 @@ from .core import where, old_where -__version__ = "2017.04.17" +__version__ = "2017.4.17"