Skip to content

Commit 3569f04

Browse files
committed
bump version 0.0.0 -> 0.0.1
1 parent 8f4ad06 commit 3569f04

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.0"
37+
__version__ = "0.0.1"
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
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "ibis-sqlflite"
11-
version = "0.0.0"
11+
version = "0.0.1"
1212
description = "An Ibis backend for SQLFlite"
1313
dependencies = [
1414
"duckdb==1.1.0",
@@ -99,7 +99,7 @@ filterwarnings = [
9999
norecursedirs = ["build", "ci"]
100100

101101
[tool.bumpver]
102-
current_version = "0.0.0"
102+
current_version = "0.0.1"
103103
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
104104
commit_message = "bump version {old_version} -> {new_version}"
105105
commit = true

0 commit comments

Comments
 (0)