Skip to content

Commit 88884ea

Browse files
committed
Bump version: 1.0.0 → 1.0.1
1 parent 1c9aa53 commit 88884ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add the following `repo` to your `.pre-commit-config.yaml`
1919
```yaml
2020
...
2121
- repo: https://github.com/devopsforhuman/tf-pre-commit
22-
rev: v1.0.0
22+
rev: v1.0.1
2323
hooks:
2424
id: terraform-fmt
2525
...
@@ -29,7 +29,7 @@ if you want to provide `options` or `global options` (try `terraform fmt --help`
2929
```yaml
3030
...
3131
- repo: https://github.com/devopsforhuman/tf-pre-commit
32-
rev: v1.0.0
32+
rev: v1.0.1
3333
hooks:
3434
id: terraform-fmt
3535
args:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ ban-relative-imports = "all"
148148
"tests/**/*" = ["PLR2004", "S101", "TID252"]
149149

150150
[tool.bumpversion]
151-
current_version = "1.0.0"
151+
current_version = "1.0.1"
152152
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
153153
serialize = ["{major}.{minor}.{patch}"]
154154
#parse = """(?x)

src/tf_pre_commit/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
"""About module for tf-pre-commit"""
44

5-
__version__ = "1.0.0"
5+
__version__ = "1.0.1"
66
__author__ = "Dalwar Hossain"
77
__email__ = "dalwar23@pm.me"
88
__license__ = "BSD 3-Clause"

0 commit comments

Comments
 (0)