Skip to content

Commit

Permalink
release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Apr 30, 2018
1 parent dc7af04 commit 661ec6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

setup(
name='segments',
version="1.2.0",
version="1.2.1",
description='',
long_description=open("README.md")read(),
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
author='Steven Moran and Robert Forkel',
author_email='[email protected]',
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.0'
__version__ = '1.2.1'
__all__ = ['Tokenizer', 'Profile', 'Rules']

0 comments on commit 661ec6a

Please sign in to comment.