Skip to content

Commit

Permalink
bump version 0.0.7 -> 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Oct 4, 2024
1 parent e48f557 commit c9bc0f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }]
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/spark_connect_proxy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.7"
__version__ = "0.0.8"

0 comments on commit c9bc0f5

Please sign in to comment.