From b8f517c70ea35bf8d518326ad2d448218f81c3cf Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 22 Sep 2022 14:11:09 -0400 Subject: [PATCH] Bump version to 0.0.45 --- 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 ad302fe70999c..eb58e58def1ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1801,7 +1801,7 @@ dependencies = [ [[package]] name = "ruff" -version = "0.0.44" +version = "0.0.45" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index fb7d4a75b8d10..a832a9f0215c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruff" -version = "0.0.44" +version = "0.0.45" edition = "2021" [lib] diff --git a/README.md b/README.md index d59b0e3d06963..b6709ae22869d 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.44) 0.0.44 +ruff (v0.0.45) 0.0.45 An extremely fast Python linter. USAGE: