Skip to content

Commit ef58e02

Browse files
committed
Set the version number
1 parent 4582a4b commit ef58e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
# For an official release, use dev_version = None
3232
numversion = (2, 6, 0)
33-
dev_version = "1"
33+
dev_version = None
3434

3535
version = ".".join(str(num) for num in numversion)
3636
if dev_version is not None:

0 commit comments

Comments
 (0)