summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pylint/__pkginfo__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 16fb00977..c7ed408c7 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -3,10 +3,10 @@
from typing import Optional
-__version__ = "2.8.0"
+__version__ = "3.0.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] = None
+alpha_version: bool = True # Release will be an alpha version if True (ex: '1.2.3a6')
+dev_version: Optional[int] = 3
if dev_version is not None:
if alpha_version: