Skip to content

Commit ceee4b4

Browse files
authored
chore: bump version to 0.4.0 (#32)
- Update version from 0.3.0 to 0.4.0 - Includes performance optimization for _index_query method
1 parent 79094d3 commit ceee4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oceanbase-sqlalchemy-plugin/setup.py

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

66
setup(
77
name="oceanbase-sqlalchemy",
8-
version="0.3.0",
8+
version="0.4.0",
99
description="SQLAlchemy dialect for OceanBase Oracle mode (supports SQLAlchemy 1.3.x and 2.0+)",
1010
long_description=open("README.md", "r", encoding="utf-8").read(),
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)