Skip to content

Commit

Permalink
Set version to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed Apr 3, 2024
1 parent 12a589e commit 2755402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
- uses: actions/setup-python@v4
with:
python-version: ${{inputs.python-version}}
- run: pip install lint-python==2.2.0
- run: pip install lint-python==2.2.1
shell: bash
- run: pip install -r requirements.txt
working-directory: ${{inputs.working-directory}}
Expand Down
2 changes: 1 addition & 1 deletion lint_python/constants.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.2.0"
__version__ = "2.2.1"
USED_LINTERS = ["isort==5.10.1", "black==22.6.0", "flake8==4.0.1", "mypy==0.971"]

0 comments on commit 2755402

Please sign in to comment.