Skip to content

Commit 7803dd0

Browse files
committed
Merge branch 'release/4.4.1'
2 parents b167e47 + a172350 commit 7803dd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.4.0'
24+
__version__ = '4.4.1'
2525
__license__ = 'BSD'
2626
__copyright__ = 'Copyright 2015 Rick van Hattem (Wolph)'
2727
__url__ = 'https://github.com/WoLpH/python-progressbar'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ exclude = ['docs*', 'tests*']
109109
include-package-data = true
110110

111111
[project.scripts]
112-
progressbar = 'progressbar.cli:main'
112+
progressbar = 'progressbar.__main__:main'
113113

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

0 commit comments

Comments
 (0)