We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05403dc commit 970e519Copy full SHA for 970e519
1 file changed
poyonga/__init__.py
@@ -1,6 +1,6 @@
1
from poyonga.client import Groonga
2
from poyonga.result import GroongaResult
3
4
-__version__ = "0.4.0"
+__version__ = "0.4.1"
5
6
__all__ = ["Groonga", "GroongaResult"]
0 commit comments