Skip to content

Commit 4aae47b

Browse files
authored
Maint/bump 0.12.3.dev0 (#1607)
* Bump to 0.12.3.dev0 Signed-off-by: paul.profizi <[email protected]> * Get version from pyproject.toml Signed-off-by: paul.profizi <[email protected]> * Revert "Get version from pyproject.toml" This reverts commit 7fa13ca. * Bump to 0.12.3.dev0 Signed-off-by: paul.profizi <[email protected]> --------- Signed-off-by: paul.profizi <[email protected]>
1 parent 438077b commit 4aae47b

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.3.dev0"
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, 3, "dev0"
55

66

77
# Nice string for the version

0 commit comments

Comments
 (0)