Skip to content

Commit c2937fd

Browse files
committed
Bump version 0.12.2
Signed-off-by: paul.profizi <[email protected]>
1 parent 311f012 commit c2937fd

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.12.1.dev0"
8+
version = "0.12.2"
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,7 +1,7 @@
11
"""Version for ansys-dpf-core"""
22
# major, minor, patch
33

4-
version_info = 0, 13, 0, "dev0"
4+
version_info = 0, 12, 2
55

66

77
# Nice string for the version

0 commit comments

Comments
 (0)