Skip to content

Commit b760feb

Browse files
committed
Towards version 0.12.7
1 parent ab4a143 commit b760feb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ script-files = [
1111
]
1212

1313
[tool.setuptools.dynamic]
14-
version = { file = "VERSION" }
1514
readme = { file = "readme.md", content-type = "text/markdown"}
1615

1716
[tool.setuptools.packages]
1817
find = { } # Scanning implicit namespaces is active by default
1918

2019
[project]
2120
name = "gatetools"
22-
version = "0.12.6"
21+
version = "0.12.7"
2322
dynamic = ["readme"]
2423
authors = [{ name = "Opengate collaboration", email = "[email protected]" }]
2524
description = "Python tools for GATE, see https://github.com/OpenGATE/Gate"

0 commit comments

Comments
 (0)