Skip to content

Commit 9a15e3e

Browse files
committed
[llvm][utils] Correct misleading comment in bump-version.py
It's using packaging not distutils. Relates to #54337 (comment)
1 parent b107dbb commit 9a15e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/release/bump-version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def process_line(self, line: str) -> str:
169169

170170
verstr = args.version
171171

172-
# parse the version string with distutils.
172+
# parse the version string.
173173
# note that -rc will end up as version.pre here
174174
# since it's a prerelease
175175
version = packaging.version.parse(verstr)

0 commit comments

Comments
 (0)