Skip to content

Commit 125c141

Browse files
committed
Fix: for now use static versioning
1 parent 00f44a8 commit 125c141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pyosPackage"
7-
dynamic = ["version"]
8-
# version = "0.1.0" # uncomment this and comment the line above if you want to manually update versions
7+
#dynamic = ["version"]
8+
version = "0.1.0" # uncomment this and comment the line above if you want to manually update versions
99
description = "A package that adds values together"
1010
authors = [{ name = "Leah Wasser", email = "test@pyopensci.org" }]
1111
maintainers = [{ name = "pyopensci community", email = "test@pyopensci.org" }]

0 commit comments

Comments
 (0)