Skip to content

Commit

Permalink
COMP: Update SlicerWizard version template to ensure indent is consis…
Browse files Browse the repository at this point in the history
…tent

This commit ensures that configuring the project doesn't introduce
local changes by accounting for style change introduced
in 9390be6 (STYLE: Update python code with indentation fixes)
  • Loading branch information
jcfr committed Jul 21, 2022
1 parent 744458b commit e66ebe3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Utilities/Scripts/SlicerWizard/__version__.py.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__version_info__ = (
@Slicer_VERSION_MAJOR@,
@Slicer_VERSION_MINOR@,
@Slicer_VERSION_PATCH@,
@Slicer_VERSION_TWEAK_OR_DEV@
@Slicer_VERSION_MAJOR@,
@Slicer_VERSION_MINOR@,
@Slicer_VERSION_PATCH@,
@Slicer_VERSION_TWEAK_OR_DEV@
)

__version__ = ".".join(map(str, __version_info__))

0 comments on commit e66ebe3

Please sign in to comment.