Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Jun 20, 2018
1 parent 6d9c7ad commit 41e2642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poyonga/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from poyonga.client import Groonga
from poyonga.result import GroongaResult

__version__ = '0.2.4'
__version__ = '0.3'

__all__ = ['Groonga', 'GroongaResult']

0 comments on commit 41e2642

Please sign in to comment.