From ad7cfa68bde75219eb10810fcc17d18cee3bbcde Mon Sep 17 00:00:00 2001 From: prmoore77 Date: Fri, 20 Oct 2023 09:50:37 -0400 Subject: [PATCH] bump version 0.0.23 -> 0.0.24 --- 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 da01ea8..d5bc45d 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.23" +version = "0.0.24" 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.23" +current_version = "0.0.24" 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 40b07ef..5681085 100644 --- a/src/flight_ibis/__init__.py +++ b/src/flight_ibis/__init__.py @@ -1 +1 @@ -__version__ = "0.0.23" +__version__ = "0.0.24"