Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
patch bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Friedowitz committed Feb 29, 2024
1 parent 56aa4ac commit 4ce689c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ jobs:
run: |
. .venv/bin/activate
uv pip install toml-cli packaging
uv pip install $(toml get --toml-path pyproject.toml "project.optional-dependencies.ruff[0]")
continue-on-error: false

- name: Validate Version Bump
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 = "setuptools.build_meta"

[project]
name = "lm-buddy"
version = "0.2.4"
version = "0.2.5"
authors = [
{ name = "Sean Friedowitz", email = "[email protected]" },
{ name = "Aaron Gonzales", email = "[email protected]" },
Expand Down

0 comments on commit 4ce689c

Please sign in to comment.