From d9c1decc4e3bfa2e41620c5998b6aa4292ab1b29 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 31 May 2024 21:07:27 +0200 Subject: [PATCH] Replace `distutils` with `packaging` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14ca824..5e77e85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "setuptools.build_meta" [project] name = "ultralytics-thop" -version = "0.0.2" # Placeholder version, needs to be dynamically set +version = "0.0.3" # Placeholder version, needs to be dynamically set description = "A tool to count the FLOPs of PyTorch model." readme = "README.md" requires-python = ">=3.8"