Skip to content

Commit 561f568

Browse files
committed
bump version 0.0.7 -> 0.0.8
1 parent 1edbd3c commit 561f568

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include = ["*"] # package names should match these glob patterns (["*"] by defa
1414

1515
[project]
1616
name = "flight-sql-websocket-proxy"
17-
version = "0.0.7"
17+
version = "0.0.8"
1818
description = "A Python-based Apache Arrow Flight SQL WebSocket Proxy Server"
1919
readme = "README.md"
2020
authors = [{ name = "Philip Moore", email = "[email protected]" }]
@@ -57,7 +57,7 @@ flight-sql-websocket-proxy-server = "flight_sql_websocket_proxy.server:click_run
5757
flight-sql-websocket-proxy-client = "flight_sql_websocket_proxy.client:click_run_client"
5858

5959
[tool.bumpver]
60-
current_version = "0.0.7"
60+
current_version = "0.0.8"
6161
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
6262
commit_message = "bump version {old_version} -> {new_version}"
6363
commit = true
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.7"
1+
__version__ = "0.0.8"

0 commit comments

Comments
 (0)