summaryrefslogtreecommitdiff
path: root/pylint/__pkginfo__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/__pkginfo__.py')
-rw-r--r--pylint/__pkginfo__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 887029357..16fb00977 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -6,7 +6,7 @@ from typing import Optional
__version__ = "2.8.0"
# For an official release, use 'alpha_version = False' and 'dev_version = None'
alpha_version: bool = False # Release will be an alpha version if True (ex: '1.2.3a6')
-dev_version: Optional[int] = 1
+dev_version: Optional[int] = None
if dev_version is not None:
if alpha_version: