From 9b722f44fefab64b0fc90ed72a2e874e9fa2e835 Mon Sep 17 00:00:00 2001 From: cbellot Date: Thu, 3 Feb 2022 15:31:05 +0100 Subject: [PATCH] update version to 0.3.5 --- ansys/dpf/core/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansys/dpf/core/_version.py b/ansys/dpf/core/_version.py index 8dc8e72ccf..bfc4991f2b 100644 --- a/ansys/dpf/core/_version.py +++ b/ansys/dpf/core/_version.py @@ -1,6 +1,6 @@ """Version for ansys-dpf-core""" # major, minor, patch -version_info = 0, 3, "dev0" +version_info = 0, 3, 5 # Nice string for the version __version__ = ".".join(map(str, version_info))