File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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
1414
1515[project ]
1616name = " spark-connect-proxy"
17- version = " 0.0.12 "
17+ version = " 0.0.13 "
1818description = " A reverse proxy server which allows secure connectivity to a Spark Connect server"
1919readme = " README.md"
2020authors = [{ name = " Philip Moore" , email = " philip@gizmodata.com" }]
@@ -63,7 +63,7 @@ spark-connect-proxy-create-tls-keypair = "spark_connect_proxy.utilities.tls_util
6363spark-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 "
6767version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
6868commit_message = " bump version {old_version} -> {new_version}"
6969commit = true
Original file line number Diff line number Diff line change 1- __version__ = "0.0.12 "
1+ __version__ = "0.0.13 "
You can’t perform that action at this time.
0 commit comments