We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27eed5f commit 152ef91Copy full SHA for 152ef91
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.3.1"
+__version__ = "0.4.0"
5
6
__all__ = ["Groonga", "GroongaResult"]
0 commit comments