Skip to content

Commit 7c2be75

Browse files
committed
v0.0.3
1 parent b8e6ccc commit 7c2be75

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
python-version: 3.x
1414
- uses: pre-commit/action@v3.0.0
1515
- uses: ./.
16-
name: Run pre-commit-ci/lite-action@v0.0.2
16+
name: Run pre-commit-ci/lite-action@v0.0.3
1717
if: always()

bin/main

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ from typing import Iterable
1515
from typing import NamedTuple
1616
from typing import Sequence
1717

18-
_VERSION = 'v0.0.2'
18+
_VERSION = 'v0.0.3'
1919

2020
_GIT = (
2121
'git',

0 commit comments

Comments
 (0)