summaryrefslogtreecommitdiffstats
path: root/sqlglot/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sqlglot/__init__.py')
-rw-r--r--sqlglot/__init__.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/sqlglot/__init__.py b/sqlglot/__init__.py
index e829517..04c3195 100644
--- a/sqlglot/__init__.py
+++ b/sqlglot/__init__.py
@@ -1,4 +1,6 @@
-"""## Python SQL parser, transpiler and optimizer."""
+"""
+.. include:: ../README.md
+"""
from __future__ import annotations
@@ -30,7 +32,7 @@ from sqlglot.parser import Parser
from sqlglot.schema import MappingSchema
from sqlglot.tokens import Tokenizer, TokenType
-__version__ = "10.2.9"
+__version__ = "10.4.2"
pretty = False