Bump version to 0.0.242

This commit is contained in:
Charlie Marsh 2023-02-06 16:25:28 -05:00
parent 610f150dd1
commit e59b75d31b
9 changed files with 16 additions and 16 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "flake8-to-ruff"
version = "0.0.241"
version = "0.0.242"
edition = "2021"
[dependencies]

View file

@ -1,6 +1,6 @@
[package]
name = "ruff"
version = "0.0.241"
version = "0.0.242"
authors = ["Charlie Marsh <charlie.r.marsh@gmail.com>"]
edition = "2021"
rust-version = "1.65.0"
@ -39,8 +39,8 @@ num-traits = "0.2.15"
once_cell = { version = "1.16.0" }
path-absolutize = { version = "3.0.14", features = ["once_cell_cache", "use_unix_paths_on_wasm"] }
regex = { version = "1.6.0" }
ruff_macros = { version = "0.0.241", path = "../ruff_macros" }
ruff_python = { version = "0.0.241", path = "../ruff_python" }
ruff_macros = { version = "0.0.242", path = "../ruff_macros" }
ruff_python = { version = "0.0.242", path = "../ruff_python" }
rustc-hash = { version = "1.1.0" }
rustpython-ast = { features = ["unparse"], git = "https://github.com/RustPython/RustPython.git", rev = "adc23253e4b58980b407ba2760dbe61681d752fc" }
rustpython-common = { git = "https://github.com/RustPython/RustPython.git", rev = "adc23253e4b58980b407ba2760dbe61681d752fc" }

View file

@ -1,6 +1,6 @@
[package]
name = "ruff_cli"
version = "0.0.241"
version = "0.0.242"
authors = ["Charlie Marsh <charlie.r.marsh@gmail.com>"]
edition = "2021"
rust-version = "1.65.0"

View file

@ -1,6 +1,6 @@
[package]
name = "ruff_dev"
version = "0.0.241"
version = "0.0.242"
edition = "2021"
[dependencies]

View file

@ -1,6 +1,6 @@
[package]
name = "ruff_macros"
version = "0.0.241"
version = "0.0.242"
edition = "2021"
[lib]

View file

@ -1,6 +1,6 @@
[package]
name = "ruff_python"
version = "0.0.241"
version = "0.0.242"
edition = "2021"
[lib]