From d805c41c58a53d45234af0a003583014b3649533 Mon Sep 17 00:00:00 2001 From: Mykhailo Androsiuk Date: Sun, 21 Jan 2024 00:16:07 +0200 Subject: [PATCH] moulin: bump version to 0.23 Increase version after a bug fix. Signed-off-by: Mykhailo Androsiuk --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 285e40b..0c818f6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ author = 'EPAM Systems' # The full version, including alpha/beta/rc tags -release = 'v0.22' +release = 'v0.23' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 43a74ba..9b29058 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ SETUP_ARGS: Dict[str, Any] = dict( name='moulin', # Required - version='0.22', # Required + version='0.23', # Required description='Meta-build system', # Required long_description=long_description, long_description_content_type="text/markdown",