From fc0796e113712ef0c4e34df4ef94191c468c94ee Mon Sep 17 00:00:00 2001 From: prmoore77 Date: Fri, 20 Oct 2023 09:40:10 -0400 Subject: [PATCH] bump version 0.0.22 -> 0.0.23 --- pyproject.toml | 4 ++-- src/flight_ibis/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 73e22bb..da01ea8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ include = ["*"] # package names should match these glob patterns (["*"] by defa [project] name = "flight-ibis" -version = "0.0.22" +version = "0.0.23" description = "An Apache Arrow Flight server/client example powered by Ibis and DuckDB" readme = "README.md" authors = [{ name = "Philip Moore", email = "prmoore77@hotmail.com" }] @@ -56,7 +56,7 @@ flight-create-mtls-ca-keypair = "flight_ibis.setup.mtls_utilities:create_ca_keyp flight-create-mtls-client-keypair = "flight_ibis.setup.mtls_utilities:create_client_keypair" [tool.bumpver] -current_version = "0.0.22" +current_version = "0.0.23" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/src/flight_ibis/__init__.py b/src/flight_ibis/__init__.py index 479dad0..40b07ef 100644 --- a/src/flight_ibis/__init__.py +++ b/src/flight_ibis/__init__.py @@ -1 +1 @@ -__version__ = "0.0.22" +__version__ = "0.0.23"