Skip to content

Commit

Permalink
bump to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
harelba committed Nov 26, 2019
1 parent 02821fe commit dce303f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/q
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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' ]

Expand Down

0 comments on commit dce303f

Please sign in to comment.