We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c2a2b commit 4232ed5Copy full SHA for 4232ed5
1 file changed
poyonga/__init__.py
@@ -2,6 +2,6 @@
2
from poyonga.const import InputType, OutputType
3
from poyonga.result import GroongaResult
4
5
-__version__ = "0.5.0"
+__version__ = "0.6.0"
6
7
__all__ = ["Groonga", "GroongaResult", "InputType", "OutputType"]
0 commit comments