Bump version to v0.0.260 (#3799)

This commit is contained in:
Charlie Marsh 2023-03-29 14:51:50 -04:00 committed by GitHub
parent e1e5532ab1
commit 9d3b8eb67b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "flake8-to-ruff"
version = "0.0.259"
version = "0.0.260"
edition = { workspace = true }
rust-version = { workspace = true }

View file

@ -1,6 +1,6 @@
[package]
name = "ruff"
version = "0.0.259"
version = "0.0.260"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true

View file

@ -1,6 +1,6 @@
[package]
name = "ruff_cli"
version = "0.0.259"
version = "0.0.260"
authors = ["Charlie Marsh <charlie.r.marsh@gmail.com>"]
edition = { workspace = true }
rust-version = { workspace = true }