From e4f571ea6166c2172f0c3d69bb3ef3c8f91e2f9f Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Tue, 20 Sep 2022 12:26:49 -0400 Subject: [PATCH] Bump version to 0.0.43 --- 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 c9e8d9d5e1..b8181c6c93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1801,7 +1801,7 @@ dependencies = [ [[package]] name = "ruff" -version = "0.0.42" +version = "0.0.43" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index e1f7c66b01..d11e012201 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruff" -version = "0.0.42" +version = "0.0.43" edition = "2021" [lib] diff --git a/README.md b/README.md index e61004f8d0..2a739f8183 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ ruff path/to/code/ --select F401 F403 See `ruff --help` for more: ```shell -ruff (v0.0.42) +ruff (v0.0.43) An extremely fast Python linter. USAGE: