summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2019-11-26 23:45:37 +0200
committerHarel Ben-Attia <harelba@gmail.com>2019-11-26 23:45:37 +0200
commitdce303f25ff0dc7fe20420a1db59a0585af4fdb7 (patch)
treecbf6c4b8bade4243701acba3846b667b6580de02
parent02821fe1c41bf64c715ff86f66cfa1e6a2a8c403 (diff)
bump to 2.0.32.0.52.0.42.0.3
-rwxr-xr-xbin/q4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/q b/bin/q
index 507991d..2a17db7 100755
--- a/bin/q
+++ b/bin/q
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-# Copyright (C) 2012-2018 Harel Ben-Attia
+# Copyright (C) 2012-2019 Harel Ben-Attia
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@ from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
-q_version = "1.8"
+q_version = "2.0.3"
__all__ = [ 'QTextAsData' ]