Skip to content

Commit 32628cf

Browse files
committed
bump version for development
1 parent 8d67723 commit 32628cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Johann-Mattis List and Robert Forkel'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '2.3.0'
25+
release = '2.3.1.dev0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyigt
3-
version = 2.3.0
3+
version = 2.3.1.dev0
44
license = GPL
55
author = Johann-Mattis List and Robert Forkel
66
author_email = robert_forkel@eva.mpg.de

src/pyigt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .igt import Corpus, IGT, LGRConformance, Example # noqa: F401
55
from .lgrmorphemes import GlossedWord, GlossedMorpheme # noqa: F401
66

7-
__version__ = '2.3.0'
7+
__version__ = '2.3.1.dev0'

0 commit comments

Comments
 (0)