Skip to content

Commit c9baf6f

Browse files
authored
maint: bump to 0.10.1.dev0 (#888)
1 parent aef7e9a commit c9baf6f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "ansys-dpf-post"
8-
version = "0.9.4.dev0"
8+
version = "0.10.1.dev0"
99
description = "PyDPF-Post Python library."
1010
readme = "README.md"
1111
requires-python = ">=3.9,<4.0"
12-
license = "MIT"
13-
license-files = ["LICENSE"]
12+
license = {file = "LICENSE"}
1413
authors = [
1514
{name = "ANSYS, Inc.", email = "[email protected]"},
1615
]

0 commit comments

Comments
 (0)