Skip to content

Commit 4a321eb

Browse files
committed
bump version 0.0.12 -> 0.0.13
1 parent d968e6b commit 4a321eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.12"
17+
version = "0.0.13"
1818
description = "A Python-based Apache Arrow Flight SQL WebSocket Proxy Server"
1919
readme = "README.md"
2020
authors = [{ name = "Philip Moore", email = "philip@gizmodata.com" }]
@@ -56,7 +56,7 @@ flight-sql-websocket-proxy-server = "flight_sql_websocket_proxy.server:click_run
5656
flight-sql-websocket-proxy-client = "flight_sql_websocket_proxy.client:click_run_client"
5757

5858
[tool.bumpver]
59-
current_version = "0.0.12"
59+
current_version = "0.0.13"
6060
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
6161
commit_message = "bump version {old_version} -> {new_version}"
6262
commit = true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.12"
1+
__version__ = "0.0.13"

0 commit comments

Comments
 (0)