Skip to content

Commit

Permalink
Merge branch 'release/4.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Feb 25, 2024
2 parents b167e47 + a172350 commit 7803dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion progressbar/__about__.py
Expand Up @@ -21,7 +21,7 @@
'''.strip().split(),
)
__email__ = 'wolph@wol.ph'
__version__ = '4.4.0'
__version__ = '4.4.1'
__license__ = 'BSD'
__copyright__ = 'Copyright 2015 Rick van Hattem (Wolph)'
__url__ = 'https://github.com/WoLpH/python-progressbar'
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -109,7 +109,7 @@ exclude = ['docs*', 'tests*']
include-package-data = true

[project.scripts]
progressbar = 'progressbar.cli:main'
progressbar = 'progressbar.__main__:main'

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

0 comments on commit 7803dd0

Please sign in to comment.