summaryrefslogtreecommitdiffstats
path: root/sqlglot/__init__.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-25 07:53:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-25 07:53:34 +0000
commitb17286099803e7c69860f8827ed22de59d9e9c8e (patch)
tree4a8cf23f7f7a2368f9223eb29ccc1de1a4c84f79 /sqlglot/__init__.py
parentReleasing debian version 6.2.0-1. (diff)
downloadsqlglot-b17286099803e7c69860f8827ed22de59d9e9c8e.tar.xz
sqlglot-b17286099803e7c69860f8827ed22de59d9e9c8e.zip
Merging upstream version 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