Skip to content

Commit

Permalink
Bump to 0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: paul.profizi <paul.profizi@ansys.com>
  • Loading branch information
PProfizi committed Apr 12, 2024
1 parent d557b63 commit 939653b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = ["setuptools>=61.0.0", "wheel"]
[project]
# Check https://setuptools.pypa.io/en/stable/userguide/quickstart.html for all available sections
name = "ansys-dpf-core"
version = "0.11.1.dev0"
version = "0.12.0"
description = "Data Processing Framework - Python Core "
readme = "README.md"
requires-python = ">=3.9, <4"
Expand Down
3 changes: 2 additions & 1 deletion src/ansys/dpf/core/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Version for ansys-dpf-core"""
# major, minor, patch
version_info = 0, 11, 1, "dev0"
version_info = 0, 12, 0

# Nice string for the version
__version__ = ".".join(map(str, version_info))
Expand All @@ -24,6 +24,7 @@ class ServerToAnsysVersion:
"8.0": "2024R2",
"8.1": "2024R2",
"8.2": "2024R2",
"9.0": "2025R1",
}

def __getitem__(self, item):
Expand Down

0 comments on commit 939653b

Please sign in to comment.