From 6f6d0e4c7feb822ae5ebba5b63f1b21a8304b880 Mon Sep 17 00:00:00 2001 From: Robert Forkel Date: Tue, 28 Jan 2025 12:02:45 +0100 Subject: [PATCH] bump version for development --- docs/conf.py | 2 +- setup.cfg | 2 +- src/clldutils/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9515e0d..39c0935 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 = '3.24.1' +release = '3.24.2.dev0' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index a57dc43..d80ed45 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = clldutils -version = 3.24.1 +version = 3.24.2.dev0 license = Apache 2.0 license_files = LICENSE author = Robert Forkel diff --git a/src/clldutils/__init__.py b/src/clldutils/__init__.py index 5feca21..bf96a26 100644 --- a/src/clldutils/__init__.py +++ b/src/clldutils/__init__.py @@ -1 +1 @@ -__version__ = '3.24.1' +__version__ = '3.24.2.dev0'