We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152638d commit 2c415baCopy full SHA for 2c415ba
2 files changed
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = segments
3
-version = 2.4.0
+version = 2.4.1.dev0
4
author = Steven Moran and Robert Forkel
5
author_email = dlce.rdm@eva.mpg.de
6
description = Segmentation with orthography profiles
src/segments/__init__.py
@@ -5,5 +5,5 @@
from segments.profile import Profile # noqa: F401
from segments.util import REPLACEMENT_MARKER # noqa: F401
7
8
-__version__ = '2.4.0'
+__version__ = '2.4.1.dev0'
9
__all__ = ['Tokenizer', 'Profile', 'Rules']
0 commit comments