summaryrefslogtreecommitdiffstats
path: root/sqlglot/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sqlglot/__init__.py')
-rw-r--r--sqlglot/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sqlglot/__init__.py b/sqlglot/__init__.py
index 714897f..7b07ae1 100644
--- a/sqlglot/__init__.py
+++ b/sqlglot/__init__.py
@@ -1,5 +1,6 @@
"""
.. include:: ../README.md
+
----
"""
@@ -39,7 +40,7 @@ if t.TYPE_CHECKING:
T = t.TypeVar("T", bound=Expression)
-__version__ = "10.6.3"
+__version__ = "11.0.1"
pretty = False
"""Whether to format generated SQL by default."""