Skip to content

Commit 0493fe5

Browse files
anslpaPProfizi
andauthored
Bump to 0.9.1.dev0 (#1099)
* Add version mention for 7.1 * bump ansys-dpf-core * Correct fix * Update pyproject.toml * Update requirements_dev --------- Co-authored-by: Paul Profizi <[email protected]>
1 parent de9c299 commit 0493fe5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-core"
8-
version = "0.8.2.dev0"
8+
version = "0.9.1.dev0"
99
description = "Data Processing Framework - Python Core "
1010
readme = "README.md"
1111
requires-python = ">=3.8, <4"

requirements/requirements_dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ansys-dpf-gate==0.4.1.dev0
2-
ansys-dpf-gatebin==0.4.1.dev0
3-
ansys-grpc-dpf==0.8.1.dev0
1+
ansys-dpf-gate==0.4.2.dev0
2+
ansys-dpf-gatebin==0.4.2.dev0
3+
ansys-grpc-dpf==0.8.2.dev0

src/ansys/dpf/core/_version.py

Lines changed: 2 additions & 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, 8, 2, "dev0"
3+
version_info = 0, 9, 1, "dev0"
44

55
# Nice string for the version
66
__version__ = ".".join(map(str, version_info))
@@ -26,4 +26,5 @@
2626
"6.1": "2023R2",
2727
"6.2": "2023R2",
2828
"7.0": "2024R1",
29+
"7.1": "2024R1",
2930
}

0 commit comments

Comments
 (0)