Skip to content

Commit 2207153

Browse files
committed
Merge branch 'release/4.3.2'
2 parents 974e8a9 + 0580861 commit 2207153

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

progressbar/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'''.strip().split(),
2222
)
2323
__email__ = 'wolph@wol.ph'
24-
__version__ = '4.3.1'
24+
__version__ = '4.3.2'
2525
__license__ = 'BSD'
2626
__copyright__ = 'Copyright 2015 Rick van Hattem (Wolph)'
2727
__url__ = 'https://github.com/WoLpH/python-progressbar'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ exclude = ['docs*', 'tests*']
108108
[tool.setuptools]
109109
include-package-data = true
110110

111-
[project.scripts]
112-
cli-name = 'progressbar.cli:main'
111+
# [project.scripts]
112+
# progressbar2 = 'progressbar.cli:main'
113113

114114
[project.optional-dependencies]
115115
docs = ['sphinx>=1.8.5', 'sphinx-autodoc-typehints>=1.6.0']

0 commit comments

Comments
 (0)