File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/flight_sql_websocket_proxy Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ include = ["*"] # package names should match these glob patterns (["*"] by defa
14
14
15
15
[project ]
16
16
name = " flight-sql-websocket-proxy"
17
- version = " 0.0.2 "
17
+ version = " 0.0.3 "
18
18
description = " A Python-based Apache Arrow Flight SQL WebSocket Proxy Server"
19
19
readme = " README.md"
20
20
authors = [{ name = " Philip Moore" , email = " philip@gizmodata.com" }]
@@ -56,7 +56,7 @@ Homepage = "https://github.com/gizmodata"
56
56
flight-sql-websocket-proxy-server = " flight_sql_websocket_proxy.server:main"
57
57
58
58
[tool .bumpver ]
59
- current_version = " 0.0.2 "
59
+ current_version = " 0.0.3 "
60
60
version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
61
61
commit_message = " bump version {old_version} -> {new_version}"
62
62
commit = true
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.2 "
1
+ __version__ = "0.0.3 "
You can’t perform that action at this time.
0 commit comments