From 7ff5bab54e3298dd89132706f6adee17f5164f6d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 5 Nov 2022 19:41:12 +0100 Subject: Merging upstream version 9.0.6. Signed-off-by: Daniel Baumann --- sqlglot/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sqlglot/__init__.py') diff --git a/sqlglot/__init__.py b/sqlglot/__init__.py index a780f96..d6e18fd 100644 --- a/sqlglot/__init__.py +++ b/sqlglot/__init__.py @@ -1,3 +1,5 @@ +"""## Python SQL parser, transpiler and optimizer.""" + from sqlglot import expressions as exp from sqlglot.dialects import Dialect, Dialects from sqlglot.diff import diff @@ -24,7 +26,7 @@ from sqlglot.parser import Parser from sqlglot.schema import MappingSchema from sqlglot.tokens import Tokenizer, TokenType -__version__ = "9.0.3" +__version__ = "9.0.6" pretty = False -- cgit v1.2.3