avoig b in version
This commit is contained in:
parent
5153c08698
commit
fc8419ec7d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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
|
||||
|
|
Loading…
Reference in a new issue