Skip to content

Commit 554197c

Browse files
committed
update to 0.6.10
1 parent ddd0b04 commit 554197c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ add something like the following to your ``.pre-commit-config.yaml`` file:
1919
2020
repos:
2121
- repo: https://github.com/cheshirekow/cmake-format-precommit
22-
rev: v0.6.9
22+
rev: v0.6.10
2323
hooks:
2424
- id: cmake-format
2525
- id: cmake-lint

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
setup(
33
name="cmake-format-precommit-dummy",
44
version="0.0.0",
5-
install_requires=["cmake-format==0.6.9"]
5+
install_requires=["cmake-format==0.6.10"]
66
)

0 commit comments

Comments
 (0)