From f354c160deadf7c6a9849288c62b9cdd141bc1c8 Mon Sep 17 00:00:00 2001 From: PProfizi Date: Mon, 20 Jan 2025 10:46:56 +0100 Subject: [PATCH] Bump 0.13.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0673b008f..3041a8bd05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.13.4.dev0" +version = "0.13.4" description = "Data Processing Framework - Python Core " readme = "README.md" requires-python = ">=3.9, <4"