Skip to content

Commit

Permalink
v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ikegami-yukino committed Oct 10, 2019
1 parent 83bb956 commit 4d4704d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sengiri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
MIT License
"""

VERSION = (0, 1, 1)
__version__ = '0.1.1'
VERSION = (0, 2)
__version__ = '0.2'
__all__ = ['tokenize']

0 comments on commit 4d4704d

Please sign in to comment.