diff --git a/pyproject.toml b/pyproject.toml index 9e5304b..5cb872b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ include = ["*"] # package names should match these glob patterns (["*"] by defa [project] name = "spark-connect-proxy" -version = "0.0.6" +version = "0.0.7" description = "A reverse proxy server which allows secure connectivity to a Spark Connect server" readme = "README.md" authors = [{ name = "Philip Moore", email = "prmoore77@hotmail.com" }] @@ -63,7 +63,7 @@ spark-connect-proxy-create-tls-keypair = "spark_connect_proxy.utilities.tls_util spark-connect-proxy-ibis-client-example = "spark_connect_proxy.client_examples.ibis_client_example:click_run_client_example" [tool.bumpver] -current_version = "0.0.6" +current_version = "0.0.7" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/src/spark_connect_proxy/__init__.py b/src/spark_connect_proxy/__init__.py index 034f46c..6526deb 100644 --- a/src/spark_connect_proxy/__init__.py +++ b/src/spark_connect_proxy/__init__.py @@ -1 +1 @@ -__version__ = "0.0.6" +__version__ = "0.0.7"