diff --git a/docs/conf.py b/docs/conf.py index bf7ca40..2f34a8b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Robert Forkel' # The full version, including alpha/beta/rc tags -release = '1.37.1' +release = '1.37.2.dev0' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 75865b7..13488d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pycldf -version = 1.37.1 +version = 1.37.2.dev0 author = Robert Forkel author_email = robert_forkel@eva.mpg.de description = A python library to read and write CLDF datasets diff --git a/src/pycldf/__init__.py b/src/pycldf/__init__.py index 50f6ca5..0a6b510 100644 --- a/src/pycldf/__init__.py +++ b/src/pycldf/__init__.py @@ -4,4 +4,4 @@ from pycldf.terms import * # flake8: noqa -__version__ = "1.37.1" +__version__ = "1.37.2.dev0"