Skip to content

Commit 3e28d6d

Browse files
committed
Bump version to 0.0.73
1 parent 9bbfd1d commit 3e28d6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruff"
3-
version = "0.0.72"
3+
version = "0.0.73"
44
edition = "2021"
55

66
[lib]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ruff also works with [pre-commit](https://pre-commit.com):
5757
```yaml
5858
repos:
5959
- repo: https://github.com/charliermarsh/ruff-pre-commit
60-
rev: v0.0.72
60+
rev: v0.0.73
6161
hooks:
6262
- id: lint
6363
```

0 commit comments

Comments
 (0)