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",