Skip to content

Commit

Permalink
bump to 2.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
harelba committed Sep 22, 2020
1 parent 9b428e2 commit 5f0c650
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/q.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

from collections import OrderedDict

q_version = '2.0.18'
q_version = '2.0.19'

__all__ = [ 'QTextAsData' ]

Expand Down
2 changes: 1 addition & 1 deletion do-manual-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

q_version = '2.0.18'
q_version = '2.0.19'

setup(
name='q',
Expand Down

0 comments on commit 5f0c650

Please sign in to comment.