Skip to content

Commit

Permalink
bump version 0.0.2 -> 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Oct 15, 2024
1 parent 9f91b8b commit 658fb45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ibis_gizmosql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from ibis.expr.operations.udf import InputType
from ibis.util import deprecated

__version__ = "0.0.2"
__version__ = "0.0.3"

if TYPE_CHECKING:
from collections.abc import Iterable, Mapping, MutableMapping, Sequence
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages = ["ibis_gizmosql"]

[project]
name = "ibis-gizmosql"
version = "0.0.2"
version = "0.0.3"
description = "An Ibis backend for GizmoSQL"
readme = "README.md"
authors = [{ name = "Philip Moore", email = "prmoore77@hotmail.com" }]
Expand Down Expand Up @@ -54,7 +54,7 @@ dev = [
Homepage = "https://github.com/gizmodata/ibis-gizmosql"

[tool.bumpver]
current_version = "0.0.2"
current_version = "0.0.3"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 658fb45

Please sign in to comment.