Skip to content

Commit 7868c53

Browse files
committed
bump version 0.0.1 -> 0.0.2
1 parent d340a31 commit 7868c53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ibis_sqlflite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from ibis.expr.operations.udf import InputType
3535
from ibis.util import deprecated
3636

37-
__version__ = "0.0.1"
37+
__version__ = "0.0.2"
3838

3939
if TYPE_CHECKING:
4040
from collections.abc import Iterable, Mapping, MutableMapping, Sequence

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["ibis_sqlflite"]
77

88
[project]
99
name = "ibis-sqlflite"
10-
version = "0.0.1"
10+
version = "0.0.2"
1111
description = "An Ibis backend for SQLFlite"
1212
readme = "README.md"
1313
authors = [{ name = "Philip Moore", email = "[email protected]" }]
@@ -54,7 +54,7 @@ dev = [
5454
Homepage = "https://github.com/prmoore77/ibis-sqlflite"
5555

5656
[tool.bumpver]
57-
current_version = "0.0.1"
57+
current_version = "0.0.2"
5858
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
5959
commit_message = "bump version {old_version} -> {new_version}"
6060
commit = true

0 commit comments

Comments
 (0)