Skip to content

Commit 1abf70d

Browse files
committed
bump version 0.0.2 -> 0.0.3
1 parent 909efa5 commit 1abf70d

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.2"
17+
version = "0.0.3"
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 @@ Homepage = "https://github.com/gizmodata"
5656
flight-sql-websocket-proxy-server = "flight_sql_websocket_proxy.server:main"
5757

5858
[tool.bumpver]
59-
current_version = "0.0.2"
59+
current_version = "0.0.3"
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.2"
1+
__version__ = "0.0.3"

0 commit comments

Comments
 (0)