From 18489f195e5389fca3fec53608a5503af759ee44 Mon Sep 17 00:00:00 2001 From: Eric Wendelin Date: Thu, 14 Jul 2022 10:28:47 -0700 Subject: [PATCH] Update version to 2.0.2 --- lcov_cobertura/lcov_cobertura.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcov_cobertura/lcov_cobertura.py b/lcov_cobertura/lcov_cobertura.py index 9992358..379e405 100755 --- a/lcov_cobertura/lcov_cobertura.py +++ b/lcov_cobertura/lcov_cobertura.py @@ -20,7 +20,7 @@ from distutils.spawn import find_executable -__version__ = '2.0.1' +__version__ = '2.0.2' CPPFILT = "c++filt" HAVE_CPPFILT = False