From 145830507e398f1429d3485e26e31e215250fd13 Mon Sep 17 00:00:00 2001 From: Rick van Hattem Date: Mon, 18 Dec 2023 14:26:22 +0100 Subject: [PATCH 1/2] disabling run-command until it is properly finished --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 598d0da..c4c2a95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,8 +108,8 @@ exclude = ['docs*', 'tests*'] [tool.setuptools] include-package-data = true -[project.scripts] -cli-name = 'progressbar.cli:main' +# [project.scripts] +# progressbar2 = 'progressbar.cli:main' [project.optional-dependencies] docs = ['sphinx>=1.8.5', 'sphinx-autodoc-typehints>=1.6.0'] From 058086139ac66f0c941f8c981c850ebb7291b649 Mon Sep 17 00:00:00 2001 From: Rick van Hattem Date: Mon, 18 Dec 2023 14:26:31 +0100 Subject: [PATCH 2/2] Incrementing version to v4.3.2 --- progressbar/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progressbar/__about__.py b/progressbar/__about__.py index 4310173..6279c36 100644 --- a/progressbar/__about__.py +++ b/progressbar/__about__.py @@ -21,7 +21,7 @@ '''.strip().split(), ) __email__ = 'wolph@wol.ph' -__version__ = '4.3.1' +__version__ = '4.3.2' __license__ = 'BSD' __copyright__ = 'Copyright 2015 Rick van Hattem (Wolph)' __url__ = 'https://github.com/WoLpH/python-progressbar'