Skip to content

Commit

Permalink
Set the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hippo91 committed Aug 20, 2020
1 parent 4582a4b commit ef58e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Expand Up @@ -30,7 +30,7 @@

# For an official release, use dev_version = None
numversion = (2, 6, 0)
dev_version = "1"
dev_version = None

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

0 comments on commit ef58e02

Please sign in to comment.