File tree 2 files changed +3
-3
lines changed
src/flight_sql_websocket_proxy
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.7 "
17
+ version = " 0.0.8 "
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 =
" [email protected] " }]
@@ -57,7 +57,7 @@ flight-sql-websocket-proxy-server = "flight_sql_websocket_proxy.server:click_run
57
57
flight-sql-websocket-proxy-client = " flight_sql_websocket_proxy.client:click_run_client"
58
58
59
59
[tool .bumpver ]
60
- current_version = " 0.0.7 "
60
+ current_version = " 0.0.8 "
61
61
version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
62
62
commit_message = " bump version {old_version} -> {new_version}"
63
63
commit = true
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.7 "
1
+ __version__ = "0.0.8 "
You can’t perform that action at this time.
0 commit comments