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"