8000 make shabang python2-explicit until we support python 3 as well · pythonthings/q@9bee6a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9bee6a2

Browse files
committed
make shabang python2-explicit until we support python 3 as well
1 parent fe97143 commit 9bee6a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/q

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

3-
# Copyright (C) 2012-2014 Harel Ben-Attia
3+
# Copyright (C) 2012-2018 Harel Ben-Attia
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@
2727
#
2828
# Run with --help for command line details
2929
#
30-
q_version = "1.7.4"
30+
q_version = "1.8"
3131

3232
__all__ = [ 'QTextAsData' ]
3333

0 commit comments

Comments
 (0)
0