Skip to content

Commit ac4a893

Browse files
committed
bump version, fix CI ratelimits
1 parent d8d41fa commit ac4a893

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
with:
2121
python-version: "3.8"
2222
- uses: arduino/setup-task@v1
23+
with:
24+
repo-token: ${{ github.token }}
2325
- run: task lint
2426

2527
markdownlint-cli:

mypy_baseline/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
from ._cli import entrypoint, main
55

66

7-
__version__ = '0.5.1'
7+
__version__ = '0.5.2'
88
__all__ = ['entrypoint', 'main']

0 commit comments

Comments
 (0)