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: