From c9bc0f5200fe0ce4cc331676b8d2669c5868ecba Mon Sep 17 00:00:00 2001 From: Philip Moore Date: Fri, 4 Oct 2024 16:01:40 -0400 Subject: [PATCH] bump version 0.0.7 -> 0.0.8 --- pyproject.toml | 4 ++-- src/spark_connect_proxy/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5cb872b..a867520 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.7" +version = "0.0.8" 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.7" +current_version = "0.0.8" 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 6526deb..a73339b 100644 --- a/src/spark_connect_proxy/__init__.py +++ b/src/spark_connect_proxy/__init__.py @@ -1 +1 @@ -__version__ = "0.0.7" +__version__ = "0.0.8"