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():
|
def get_revision():
|
||||||
import subprocess
|
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():
|
def get_version():
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in a new issue