Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Aug 1, 2018
1 parent 555100f commit 120418c
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.3.dev0",
version="2.0.0",
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
Expand Up @@ -2,5 +2,5 @@
from segments.profile import Profile # noqa: F401
from segments.util import REPLACEMENT_MARKER # noqa: F401

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

0 comments on commit 120418c

Please sign in to comment.