Skip to content

Commit

Permalink
bump version 0.0.1 -> 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Sep 23, 2024
1 parent d340a31 commit 7868c53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ibis_sqlflite/__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.1"
__version__ = "0.0.2"

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_sqlflite"]

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

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

0 comments on commit 7868c53

Please sign in to comment.