Skip to content

Commit

Permalink
Release v2.7.3
Browse files Browse the repository at this point in the history
Adds `mypy` as an optional `--debris` topic.

Changes: https://github.com/bittner/pyclean/compare/2.7.2..2.7.3
  • Loading branch information
bittner committed May 21, 2023
1 parent 69cbb9b commit afa84e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyclean/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Pure Python cross-platform pyclean. Clean up your Python bytecode.
"""

__version__ = '2.7.2'
__version__ = '2.7.3'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def read_file(filename):
url='https://github.com/bittner/pyclean',
packages=find_packages(exclude=['test*']),
include_package_data=True,
license='GPL-3.0-or-later',
keywords=['python', 'bytecode', 'cli', 'tools'],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit afa84e0

Please sign in to comment.