Skip to content

Commit

Permalink
bump version 0.0.0 -> 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Sep 23, 2024
1 parent 8f4ad06 commit 3569f04
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.0"
__version__ = "0.0.1"

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 @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ibis-sqlflite"
version = "0.0.0"
version = "0.0.1"
description = "An Ibis backend for SQLFlite"
dependencies = [
"duckdb==1.1.0",
Expand Down Expand Up @@ -99,7 +99,7 @@ filterwarnings = [
norecursedirs = ["build", "ci"]

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

0 comments on commit 3569f04

Please sign in to comment.