summaryrefslogtreecommitdiffstats
path: root/sqlglot/__init__.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-25 07:53:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-25 07:53:30 +0000
commite51d429336ceef2172126778e03e855447c4f681 (patch)
tree1d2cde90eea69620352b50b4ced088edddad04eb /sqlglot/__init__.py
parentAdding upstream version 6.2.0. (diff)
downloadsqlglot-13b22cc85eb7b8c18aca2ceba21bc0fc9b607026.tar.xz
sqlglot-13b22cc85eb7b8c18aca2ceba21bc0fc9b607026.zip
Adding upstream version 6.2.1.upstream/6.2.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'sqlglot/__init__.py')
-rw-r--r--sqlglot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlglot/__init__.py b/sqlglot/__init__.py
index 44d349b..9ac1759 100644
--- a/sqlglot/__init__.py
+++ b/sqlglot/__init__.py
@@ -20,7 +20,7 @@ from sqlglot.generator import Generator
from sqlglot.parser import Parser
from sqlglot.tokens import Tokenizer, TokenType
-__version__ = "6.2.0"
+__version__ = "6.2.1"
pretty = False