Skip to content

Commit 9085222

Browse files
committed
fix setup.py bug
1 parent 2bcca4f commit 9085222

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
requirements = [
1313
'pytest',
1414
'coverage',
15-
'antlr4_python%d_runtime' % python_version
15+
'antlr4-python%d-runtime' % python_version
1616
]
1717

1818
# work around for python 3.4 and antlr4-python3-runtime

src/queryparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = 'queryparser'
2-
__version__ = '0.4.3'
2+
__version__ = '0.4.5'
33
__author__ = 'Gal Matijevic'
44
__email__ = 'gmatijevic@aip.de'
55
__license__ = 'Apache-2.0'

0 commit comments

Comments
 (0)