Skip to content

Commit

Permalink
fix setup.py bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mtjvc committed May 6, 2020
1 parent 2bcca4f commit 9085222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
requirements = [
'pytest',
'coverage',
'antlr4_python%d_runtime' % python_version
'antlr4-python%d-runtime' % python_version
]

# work around for python 3.4 and antlr4-python3-runtime
Expand Down
2 changes: 1 addition & 1 deletion src/queryparser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'queryparser'
__version__ = '0.4.3'
__version__ = '0.4.5'
__author__ = 'Gal Matijevic'
__email__ = '[email protected]'
__license__ = 'Apache-2.0'
Expand Down

0 comments on commit 9085222

Please sign in to comment.