Skip to content

Commit 6ee18da

Browse files
authored
chore: upgrade to 0.4.2 (#10)
1 parent 6045c41 commit 6ee18da

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, 4, 1)
4+
VERSION = (0, 4, 2)
55
__version__ = ".".join(str(x) for x in VERSION)

0 commit comments

Comments
 (0)