Skip to content

Commit

Permalink
fix: correct version format
Browse files Browse the repository at this point in the history
  • Loading branch information
ecugol committed Dec 31, 2020
1 parent ec0fbe0 commit 45a792f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add this to your `.pre-commit-config.yaml`

```yaml
- repo: https://github.com/ecugol/pre-commit-hooks
rev: 0.1.0 # Use the ref you want to point at
rev: v0.1.0 # Use the ref you want to point at
hooks:
- id: check-untracked-migrations
```
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 = check_untracked_migrations
version = 0.0.1
version = v0.1.0
description = Checks for untracked Django migrations.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 45a792f

Please sign in to comment.