Skip to content

Commit

Permalink
release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Jun 22, 2018
1 parent 2898775 commit ca22c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='segments',
version="1.2.2.dev0",
version="1.2.2",
description='',
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/segments/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from segments.tokenizer import Tokenizer, Profile, Rules # noqa: F401

__version__ = '1.2.2.dev0'
__version__ = '1.2.2'
__all__ = ['Tokenizer', 'Profile', 'Rules']

0 comments on commit ca22c50

Please sign in to comment.