Skip to content

Commit d246095

Browse files
committed
update pyproject
1 parent 1daadf1 commit d246095

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
@@ -82,8 +82,8 @@ python = "3.9"
8282

8383
[tool.hatch.version]
8484
source = "bgd"
85-
base-version = "0.5.0.dev0"
86-
build-type = "dev" # ['dev', 'release']
85+
base-version = "0.5.0"
86+
build-type = "release" # ['dev', 'release']
8787

8888
[tool.hatch.build.targets.sdist]
8989
exclude = [

0 commit comments

Comments
 (0)