From a90cbc3fd55bf7ba18c2295c6a307904e474ea38 Mon Sep 17 00:00:00 2001 From: Tom Roberts Date: Tue, 20 Feb 2024 11:29:27 +0000 Subject: [PATCH] Removes Style.SemVer call during serialize --- nii2dcm/_version.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nii2dcm/_version.py b/nii2dcm/_version.py index b4c4465..2e76428 100644 --- a/nii2dcm/_version.py +++ b/nii2dcm/_version.py @@ -1,5 +1,3 @@ import dunamai as _dunamai from dunamai import Version, Style -__version__ = _dunamai.get_version( - "nii2dcm", third_choice=_dunamai.Version.from_any_vcs -).serialize(metadata=False, style=Style.SemVer) \ No newline at end of file +__version__ = _dunamai.get_version("nii2dcm", third_choice=_dunamai.Version.from_any_vcs).serialize() \ No newline at end of file