Skip to content

Commit 19f6da7

Browse files
Bump version to 2023.19.0-dev (#206)
1 parent 3eb41af commit 19f6da7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ruff",
33
"displayName": "Ruff",
44
"description": "A Visual Studio Code extension with support for the Ruff linter.",
5-
"version": "2023.18.0",
5+
"version": "2023.19.0-dev",
66
"serverInfo": {
77
"name": "Ruff",
88
"module": "ruff"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ruff-vscode"
7-
version = "2023.18.0"
7+
version = "2023.19.0-dev"
88
description = "A Visual Studio Code extension with support for the Ruff linter."
99
authors = [
1010
{ name = "Charlie Marsh", email = "[email protected]" },

0 commit comments

Comments
 (0)