Skip to content

Commit 4c9db9c

Browse files
fix: update version file path (#20)
1 parent 99b329a commit 4c9db9c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ requires = ["hatchling"]
3131
build-backend = "hatchling.build"
3232

3333
[tool.hatch.version]
34-
path = "src/__about__.py"
34+
path = "version.py"
3535

3636
[tool.hatch.build.targets.wheel]
3737
packages = ["src/anduril"]

version.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "0.0.0"

0 commit comments

Comments
 (0)