summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2020-09-22 17:20:28 +0300
committerHarel Ben-Attia <harelba@gmail.com>2020-09-22 17:20:28 +0300
commit5f0c650a540059f17846c543d68f384178b9d02f (patch)
tree3ca8c6518d0f7d3ae9fac719af9d164eab89b53f
parent9b428e22e955832f029aa555e66c81fef2e4dc08 (diff)
bump to 2.0.192.0.19
-rwxr-xr-xbin/q.py2
-rwxr-xr-xdo-manual-release.sh2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/q.py b/bin/q.py
index 4775ddb..59ecc88 100755
--- a/bin/q.py
+++ b/bin/q.py
@@ -33,7 +33,7 @@ from __future__ import print_function
from collections import OrderedDict
-q_version = '2.0.18'
+q_version = '2.0.19'
__all__ = [ 'QTextAsData' ]
diff --git a/do-manual-release.sh b/do-manual-release.sh
index 628ae68..3e09b87 100755
--- a/do-manual-release.sh
+++ b/do-manual-release.sh
@@ -2,7 +2,7 @@
set -e
-VERSION=2.0.18
+VERSION=2.0.19
echo "TRAVIS_BRANCH is $TRAVIS_BRANCH . TRAVIS_PULL_REQUEST_BRANCH is $TRAVIS_PULL_REQUEST_BRANCH"
diff --git a/setup.py b/setup.py
index df11312..f949d1a 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
-q_version = '2.0.18'
+q_version = '2.0.19'
setup(
name='q',