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 889ea4a commit 718dc4aCopy full SHA for 718dc4a
src/solrq/__init__.py
@@ -1,5 +1,5 @@
1
# -*- coding: utf-8 -*-
2
-VERSION = (0, 0, 3) # PEP 386 # noqa
+VERSION = (0, 0, 4) # PEP 386 # noqa
3
__version__ = ".".join([str(x) for x in VERSION]) # noqa
4
5
import re
0 commit comments