Skip to content

Commit

Permalink
Bump version 0.12.2
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 Jun 4, 2024
1 parent 311f012 commit c2937fd
Show file tree
Hide file tree
Showing 2 changed files with 2 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.12.1.dev0"
version = "0.12.2"
description = "Data Processing Framework - Python Core "
readme = "README.md"
requires-python = ">=3.9, <4"
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Version for ansys-dpf-core"""
# major, minor, patch

version_info = 0, 13, 0, "dev0"
version_info = 0, 12, 2


# Nice string for the version
Expand Down

0 comments on commit c2937fd

Please sign in to comment.