From b5124fa27dd23bb1d43ccb4d3fe3f398f5c06358 Mon Sep 17 00:00:00 2001 From: Volodymyr Babchuk Date: Mon, 5 Aug 2024 21:26:47 +0300 Subject: [PATCH] moulin: bump version to 0.25 There is hotfix for one of our dependencies, namely gpt-image v0.9.0 added. So we need to bump moulin version. Signed-off-by: Volodymyr Babchuk Reviewed-by: Ruslan Shymkevych Tested-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 4f86f08..95328d2 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.24' +release = 'v0.25' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index a58d3b0..fdb2a9c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ SETUP_ARGS: Dict[str, Any] = dict( name='moulin', # Required - version='0.24', # Required + version='0.25', # Required description='Meta-build system', # Required long_description=long_description, long_description_content_type="text/markdown",