Skip to content

Commit

Permalink
Update version briefly
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Adams <[email protected]>
  • Loading branch information
loadams committed Feb 13, 2025
1 parent e31e24a commit 5d54071
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ build-backend = "hatchling.build"

[project]
name = "deepspeed"
dynamic = ["version"]
#dynamic = ["version"]
version = {file = version.txt}
description = "DeepSpeed library"
readme = "README.md"
license = "Apache Software License 2.0"
Expand Down Expand Up @@ -156,8 +157,8 @@ Documentation = "https://deepspeed.readthedocs.io"
Homepage = "http://deepspeed.ai"
Source = "https://github.com/deepspeedai/DeepSpeed"

[tool.hatch.version]
path = "deepspeed/__init__.py"
#[tool.hatch.version]
#path = "deepspeed/__init__.py"

[tool.hatch.build.targets.sdist]
include = [
Expand Down

0 comments on commit 5d54071

Please sign in to comment.