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