From a20c1d3e3d3c0e2dcb8f3517f0dd224af67bf017 Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Thu, 2 Oct 2025 22:06:51 -0300 Subject: [PATCH] v3.2.2 --- gdcm_src | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gdcm_src b/gdcm_src index 0c7b33d..2d66f14 160000 --- a/gdcm_src +++ b/gdcm_src @@ -1 +1 @@ -Subproject commit 0c7b33d3ce99afc4ad4d4a5ed2210d5a573d2bd4 +Subproject commit 2d66f14563fb5e32fd538744f6c9fe532ddd3526 diff --git a/pyproject.toml b/pyproject.toml index 0f3ca25..83fd788 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires = [ [project] name = "python-gdcm" -version = "3.2.1" +version = "3.2.2" authors = [ { name = "Thiago Franco de Moraes", email = "totonixsame@gmail.com" }, ]