Skip to content

Commit 1b9e371

Browse files
author
Andi Albrecht
committed
Bump version.
1 parent 6f1a8ee commit 1b9e371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
from sqlparse.compat import text_type
1919

20-
__version__ = '0.2.3.dev0'
20+
__version__ = '0.2.3'
2121
__all__ = ['engine', 'filters', 'formatter', 'sql', 'tokens', 'cli']
2222

2323

0 commit comments

Comments
 (0)