Skip to content

Commit

Permalink
Prepare a dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed Jan 20, 2019
1 parent 090691c commit 9baa95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
modname = distname = "pylint"

numversion = (2, 3, 0)
dev_version = None
dev_version = "0"
string_version = ".".join(str(num) for num in numversion)

if dev_version:
Expand Down

0 comments on commit 9baa95b

Please sign in to comment.