Skip to content

Commit d5bec8c

Browse files
committed
Version bump and note within pre-commit config
1 parent f6c78e0 commit d5bec8c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
repos:
2+
# Run manually in CI skipping the branch checks
23
- repo: https://github.com/pre-commit/pre-commit-hooks
34
rev: v3.2.0
45
hooks:

plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Plugwise module."""
22

3-
__version__ = "0.8.2a1"
3+
__version__ = "0.8.2a2"
44

55
from plugwise.smile import Smile
66
from plugwise.stick import stick

0 commit comments

Comments
 (0)