Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
Adds a new `--ignore` command line option. Skips Git, Tox and Virtualenv folders by default.

Changes: https://github.com/bittner/pyclean/compare/2.1.0..2.2.0
  • Loading branch information
bittner committed Mar 24, 2022
1 parent b849497 commit 6ea96f2
Showing 1 changed file with 1 addition 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.1.0'
__version__ = '2.2.0'

0 comments on commit 6ea96f2

Please sign in to comment.