Skip to content

Commit

Permalink
bump version, fix CI ratelimits
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Jun 14, 2023
1 parent d8d41fa commit ac4a893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
with:
python-version: "3.8"
- uses: arduino/setup-task@v1
with:
repo-token: ${{ github.token }}
- run: task lint

markdownlint-cli:
Expand Down
2 changes: 1 addition & 1 deletion mypy_baseline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
from ._cli import entrypoint, main


__version__ = '0.5.1'
__version__ = '0.5.2'
__all__ = ['entrypoint', 'main']

0 comments on commit ac4a893

Please sign in to comment.