Skip to content

Commit 5f02fec

Browse files
committed
bump version 0.0.12 -> 0.0.13
1 parent 4783323 commit 5f02fec

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 = "spark-connect-proxy"
17-
version = "0.0.12"
17+
version = "0.0.13"
1818
description = "A reverse proxy server which allows secure connectivity to a Spark Connect server"
1919
readme = "README.md"
2020
authors = [{ name = "Philip Moore", email = "philip@gizmodata.com" }]
@@ -63,7 +63,7 @@ spark-connect-proxy-create-tls-keypair = "spark_connect_proxy.utilities.tls_util
6363
spark-connect-proxy-ibis-client-example = "spark_connect_proxy.client_examples.ibis_client_example:click_run_client_example"
6464

6565
[tool.bumpver]
66-
current_version = "0.0.12"
66+
current_version = "0.0.13"
6767
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
6868
commit_message = "bump version {old_version} -> {new_version}"
6969
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)