File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.2
2+ current_version = 0.0.3
33commit = True
44tag = True
55message = π Bump version: {current_version} β {new_version}
Original file line number Diff line number Diff line change 1- 0.0.2
1+ 0.0.3
Original file line number Diff line number Diff line change 33from flydelta .client import Client
44from flydelta .server import SERVER_DEPS_AVAILABLE
55
6- __version__ = "0.0.2 "
6+ __version__ = "0.0.3 "
77__all__ = ["Client" , "__version__" ]
88
99if SERVER_DEPS_AVAILABLE :
Original file line number Diff line number Diff line change 11[project ]
22name = " flydelta"
3- version = " 0.0.2 "
3+ version = " 0.0.3 "
44description = " A Flight SQL proxy for Delta Lake"
55authors = [{ name = " Simon WΓΆrpel" , email = " simon.woerpel@pm.me" }]
66license = " AGPLv3+"
You canβt perform that action at this time.
0 commit comments