We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5b216 commit 317fa96Copy full SHA for 317fa96
README.rst
@@ -64,7 +64,7 @@ Here's a sample configuration for ensuring your files have correct headers:
64
# Filename: .pre-commit-config.yaml
65
repos:
66
- repo: 'https://github.com/kurtmckee/chipshot'
67
- rev: 'v0.8.0'
+ rev: 'v0.9.0'
68
hooks:
69
- id: 'update-headers'
70
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "chipshot"
3
-version = "0.8.0"
+version = "0.9.0"
4
description = "Set up game-winning headers!"
5
readme = "README.rst"
6
authors = [
0 commit comments