Skip to content

Commit

Permalink
Relax versioning; increment semver
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Oct 11, 2024
1 parent aecd394 commit 3be2ddb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[project]
name = "daft_launcher"
version = "0.3.8dev0"
version = "0.3.9"
requires-python = ">=3.9"
dependencies = [
"boto3>=1.35.17",
"boto3",
"click>=8.1.7",
"ray[default]>=2.36.0",
"ray[default]",
"tomli; python_version < '3.11'",
]
description = "A simple launcher for spinning up and managing Ray clusters for Daft."
Expand Down

0 comments on commit 3be2ddb

Please sign in to comment.