Bump version to 0.0.282 (#6241)

This commit is contained in:
Charlie Marsh 2023-08-01 09:21:33 -04:00 committed by GitHub
parent 0753017cf1
commit 743118ae9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "flake8-to-ruff"
version = "0.0.281"
version = "0.0.282"
description = """
Convert Flake8 configuration files to Ruff configuration files.
"""

View file

@ -1,6 +1,6 @@
[package]
name = "ruff"
version = "0.0.281"
version = "0.0.282"
publish = false
authors = { workspace = true }
edition = { workspace = true }

View file

@ -1,6 +1,6 @@
[package]
name = "ruff_cli"
version = "0.0.281"
version = "0.0.282"
publish = false
authors = { workspace = true }
edition = { workspace = true }