From 9d49c8b774cf9f0249c62b6dda3a19661a035320 Mon Sep 17 00:00:00 2001 From: Julien Rossow-Greenberg Date: Fri, 16 Feb 2024 14:15:43 -0500 Subject: [PATCH] recursive to_dict --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c26782..3e3a676 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="py-teamdynamix", - version="0.2.5", + version="0.2.6", author="Julien Rossow-Greenberg", author_email="julien.rossowgreenberg@villanova.edu", description="Python client for interacting with the TeamDynamix ITSM APIs",