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
1414
1515[project ]
1616name = " flight-sql-websocket-proxy"
17- version = " 0.0.10 "
17+ version = " 0.0.11 "
1818description = " A Python-based Apache Arrow Flight SQL WebSocket Proxy Server"
1919readme = " README.md"
2020authors = [{ name = " Philip Moore" , email = " philip@gizmodata.com" }]
@@ -57,7 +57,7 @@ flight-sql-websocket-proxy-server = "flight_sql_websocket_proxy.server:click_run
5757flight-sql-websocket-proxy-client = " flight_sql_websocket_proxy.client:click_run_client"
5858
5959[tool .bumpver ]
60- current_version = " 0.0.10 "
60+ current_version = " 0.0.11 "
6161version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
6262commit_message = " bump version {old_version} -> {new_version}"
6363commit = true
Original file line number Diff line number Diff line change 1- __version__ = "0.0.10 "
1+ __version__ = "0.0.11 "
You can’t perform that action at this time.
0 commit comments