We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf82ad commit 1df0742Copy full SHA for 1df0742
src/sqlint/__init__.py
@@ -6,7 +6,7 @@
6
from .checker import check as check_sql
7
from .formatter import format as format_sql
8
9
-__version__ = '0.2.2'
+__version__ = '0.2.3'
10
11
__all__ = [
12
'parse',
0 commit comments