Skip to content

Commit 90086e0

Browse files
committed
prep for v0.8
1 parent 8ba5ca2 commit 90086e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gitless/cli/gl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
INTERNAL_ERROR = 3
3030
NOT_IN_GL_REPO = 4
3131

32-
VERSION = '0.7'
32+
VERSION = '0.8'
3333
URL = 'http://gitless.com'
3434

3535

gl.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import os
33

44
a = Analysis(['gl.py'],
55
pathex=[os.getcwd()],
6-
hiddenimports=['pygit2_cffi_4091df83x5470904'],
6+
hiddenimports=['pygit2_cffi_3adedda7x2a59b7ee'],
77
hookspath=None,
88
runtime_hooks=None)
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88

99

10-
VERSION = '0.7'
10+
VERSION = '0.8'
1111

1212

1313
# Build helper

0 commit comments

Comments
 (0)