From 1e171ce0e820cb607eab09abe8fd55863f461428 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 21 Sep 2022 12:25:14 -0400 Subject: [PATCH] Bump version to 0.0.44 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8181c6c93..7e0676b094 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1801,7 +1801,7 @@ dependencies = [ [[package]] name = "ruff" -version = "0.0.43" +version = "0.0.44" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index d11e012201..98dfd31ce8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruff" -version = "0.0.43" +version = "0.0.44" edition = "2021" [lib] diff --git a/README.md b/README.md index 3408e26577..b9565322eb 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ ruff path/to/code/ --select F401 F403 See `ruff --help` for more: ```shell -ruff (v0.0.43) +ruff (v0.0.44) An extremely fast Python linter. USAGE: