Skip to content

Commit

Permalink
bumped version number to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Nov 16, 2017
1 parent d57c813 commit a434816
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 @@ -9,7 +9,7 @@ def read(fname):

setup(
name='segments',
version="1.1.0",
version="1.1.1",
description='',
long_description=read("README.rst"),
author='Steven Moran and Robert Forkel',
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.1.0'
__version__ = '1.1.1'
__all__ = ['Tokenizer', 'Profile', 'Rules']

0 comments on commit a434816

Please sign in to comment.