From fc8419ec7da74964096a767ca648ba09c222052b Mon Sep 17 00:00:00 2001 From: j Date: Sat, 27 Aug 2016 20:20:51 +0200 Subject: [PATCH] avoig b in version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ddfe74..34bb2af 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except: def get_revision(): import subprocess - return subprocess.check_output(['git', 'rev-list', 'HEAD', '--count']).strip() + return subprocess.check_output(['git', 'rev-list', 'HEAD', '--count']).decode().strip() def get_version(): import os