Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arkinmodi committed Mar 23, 2024
1 parent 6d9df77 commit 9c14d40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Sample with license template file:

```yaml
- repo: https://github.com/arkinmodi/add-license-header
rev: v2.0.4
rev: v2.1.0
hooks:
- id: add-license-header
args:
Expand All @@ -28,7 +28,7 @@ Sample with inline license template:
```yaml
- repo: https://github.com/arkinmodi/add-license-header
rev: v2.0.4
rev: v2.1.0
hooks:
- id: add-license-header
args:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = add_license_header
version = 2.0.4
version = 2.1.0
description = A tool for automatically adding your license as a header in your source code.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 9c14d40

Please sign in to comment.