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