Skip to content

Commit 9a3d188

Browse files
committed
v0.0.16
1 parent 6338f3b commit 9a3d188

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
2121
deploy:
2222
needs: test
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-22.04
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-python@v5

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict

cwinsdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .shared.guiddef import GUID
1010
from .wintypes import BOOL, BOOLEAN
1111

12-
__version__ = "0.0.15"
12+
__version__ = "0.0.16"
1313

1414
windll = LibraryLoader(WinDLL)
1515

cwinsdk/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)