Skip to content

Commit 3491c39

Browse files
committed
Bump to 0.11.0
Signed-off-by: paul.profizi <[email protected]>
1 parent e13c72f commit 3491c39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = ["setuptools>=61.0.0", "wheel"]
55
[project]
66
# Check https://setuptools.pypa.io/en/stable/userguide/quickstart.html for all available sections
77
name = "ansys-dpf-core"
8-
version = "0.10.2.dev0"
8+
version = "0.11.0"
99
description = "Data Processing Framework - Python Core "
1010
readme = "README.md"
1111
requires-python = ">=3.9, <4"

src/ansys/dpf/core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Version for ansys-dpf-core"""
22
# major, minor, patch
3-
version_info = 0, 10, 2, "dev0"
3+
version_info = 0, 11, 0
44

55
# Nice string for the version
66
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)