Bump version to 0.0.72

This commit is contained in:
Charlie Marsh 2022-10-12 22:43:29 -04:00
parent 720bfe0161
commit 46e1b16472
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1966,7 +1966,7 @@ dependencies = [
[[package]] [[package]]
name = "ruff" name = "ruff"
version = "0.0.71" version = "0.0.72"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_cmd", "assert_cmd",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ruff" name = "ruff"
version = "0.0.71" version = "0.0.72"
edition = "2021" edition = "2021"
[lib] [lib]

View File

@ -57,7 +57,7 @@ ruff also works with [pre-commit](https://pre-commit.com):
```yaml ```yaml
repos: repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.71 rev: v0.0.72
hooks: hooks:
- id: lint - id: lint
``` ```