We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba5ca2 commit 90086e0Copy full SHA for 90086e0
gitless/cli/gl.py
@@ -29,7 +29,7 @@
29
INTERNAL_ERROR = 3
30
NOT_IN_GL_REPO = 4
31
32
-VERSION = '0.7'
+VERSION = '0.8'
33
URL = 'http://gitless.com'
34
35
gl.spec
@@ -3,7 +3,7 @@ import os
3
4
a = Analysis(['gl.py'],
5
pathex=[os.getcwd()],
6
- hiddenimports=['pygit2_cffi_4091df83x5470904'],
+ hiddenimports=['pygit2_cffi_3adedda7x2a59b7ee'],
7
hookspath=None,
8
runtime_hooks=None)
9
setup.py
@@ -7,7 +7,7 @@
from setuptools import setup
10
11
12
13
# Build helper
0 commit comments