Skip to content

Commit 5e9d559

Browse files
authored
chore: bump version to 0.4.0 (#8)
1 parent 2d37f92 commit 5e9d559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databend_sqlalchemy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
22

33

4-
VERSION = (0, 3, 2)
4+
VERSION = (0, 4, 0)
55
__version__ = ".".join(str(x) for x in VERSION)

0 commit comments

Comments
 (0)