Skip to content

Commit

Permalink
bump version 0.0.28 -> 0.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Feb 29, 2024
1 parent ee50f53 commit 8b3743a
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 = "flight-ibis"
version = "0.0.28"
version = "0.0.29"
description = "An Apache Arrow Flight server/client example powered by Ibis and DuckDB"
readme = "README.md"
authors = [{ name = "Philip Moore", email = "prmoore77@hotmail.com" }]
Expand Down Expand Up @@ -55,7 +55,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.28"
current_version = "0.0.29"
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/flight_ibis/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.28"
__version__ = "0.0.29"

0 comments on commit 8b3743a

Please sign in to comment.