Bump version to v0.0.289 (#7308)

This commit is contained in:
Charlie Marsh 2023-09-12 18:00:11 +02:00 committed by GitHub
parent 008da95b29
commit e7a2779402
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.288"
version = "0.0.289"
description = """
Convert Flake8 configuration files to Ruff configuration files.
"""

View file

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

View file

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