Skip to content

Commit

Permalink
Bump version to v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Dec 25, 2022
1 parent eefb165 commit c6d66bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: extractions/setup-just@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "ruff-lsp"
version = "0.0.9"
version = "0.0.10"
description = "A Language Server Protocol implementation for Ruff."
authors = ["Charlie Marsh <charlie.r.marsh@gmail.com>"]
maintainers = ["Charlie Marsh <charlie.r.marsh@gmail.com>"]
Expand Down

0 comments on commit c6d66bb

Please sign in to comment.