We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcca4f commit 9085222Copy full SHA for 9085222
setup.py
@@ -12,7 +12,7 @@
12
requirements = [
13
'pytest',
14
'coverage',
15
- 'antlr4_python%d_runtime' % python_version
+ 'antlr4-python%d-runtime' % python_version
16
]
17
18
# work around for python 3.4 and antlr4-python3-runtime
src/queryparser/__init__.py
@@ -1,5 +1,5 @@
1
__title__ = 'queryparser'
2
-__version__ = '0.4.3'
+__version__ = '0.4.5'
3
__author__ = 'Gal Matijevic'
4
__email__ = 'gmatijevic@aip.de'
5
__license__ = 'Apache-2.0'
0 commit comments