Skip to content

Commit 2c415ba

Browse files
committed
bump version for development
1 parent 152638d commit 2c415ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = segments
3-
version = 2.4.0
3+
version = 2.4.1.dev0
44
author = Steven Moran and Robert Forkel
55
author_email = dlce.rdm@eva.mpg.de
66
description = Segmentation with orthography profiles

src/segments/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
from segments.profile import Profile # noqa: F401
66
from segments.util import REPLACEMENT_MARKER # noqa: F401
77

8-
__version__ = '2.4.0'
8+
__version__ = '2.4.1.dev0'
99
__all__ = ['Tokenizer', 'Profile', 'Rules']

0 commit comments

Comments
 (0)