Skip to content

Commit 722463e

Browse files
committed
bump version for development
1 parent d379913 commit 722463e

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 = pyglottography
3-
version = 2.0.0
3+
version = 2.0.1.dev0
44
author = Robert Forkel
55
author_email = robert_forkel@eva.mpg.de
66
description = Programmatic curation of Glottography datasets

src/pyglottography/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
22
from .dataset import Dataset
33

4-
__version__ = '2.0.0'
4+
__version__ = '2.0.1.dev0'
55
assert Dataset

0 commit comments

Comments
 (0)