Skip to content

Commit

Permalink
bumping to proper version
Browse files Browse the repository at this point in the history
  • Loading branch information
harelba committed Sep 9, 2020
1 parent ca71e49 commit 48ed3e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/q.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from __future__ import division
from __future__ import print_function

q_version = '2.0.14'
q_version = '2.0.16'

__all__ = [ 'QTextAsData' ]

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.14'
q_version = '2.0.16'

setup(
name='q',
Expand Down

0 comments on commit 48ed3e4

Please sign in to comment.