Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rteqs committed Nov 22, 2024
1 parent 780b9e5 commit d67a729
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include = ["src/**/*.py", "src/latch_cli/services/init/*"]

[project]
name = "latch"
version = "2.54.1"
version = "2.54.2"
description = "The Latch SDK"
authors = [{ name = "Kenny Workman", email = "[email protected]" }]
maintainers = [
Expand Down Expand Up @@ -84,12 +84,8 @@ Repository = "https://github.com/latchbio/latch"
Issues = "https://github.com/latchbio/latch/issues"
Changelog = "https://github.com/latchbio/latch/blob/main/CHANGELOG.md"


[dependency-groups]
dev = [
"ruff>=0.7.0",
"pytest>=8.3.3",
]
dev = ["ruff>=0.7.0", "pytest>=8.3.3"]
docs = [
"sphinx",
"sphinx-book-theme",
Expand Down

0 comments on commit d67a729

Please sign in to comment.