Skip to content

Commit

Permalink
bump version 0.0.21 -> 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Nov 19, 2024
1 parent 26ca253 commit dd0a2cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include = ["*"] # package names should match these glob patterns (["*"] by defa

[project]
name = "sqlalchemy-gizmosql-adbc-dialect"
version = "0.0.21"
version = "0.0.22"
description = "A SQLAlchemy dialect for connecting to a [GizmoSQL](https://github.com/gizmodata/GizmoSQL) server with ADBC"
readme = "README.md"
authors = [{ name = "Philip Moore", email = "[email protected]" }]
Expand Down Expand Up @@ -56,7 +56,7 @@ Homepage = "https://github.com/gizmodata/sqlalchemy-gizmosql-adbc-dialect"
[project.scripts]

[tool.bumpver]
current_version = "0.0.21"
current_version = "0.0.22"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/sqlalchemy_gizmosql_adbc_dialect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from adbc_driver_manager import OperationalError


__version__ = "0.0.21"
__version__ = "0.0.22"

if TYPE_CHECKING:
from sqlalchemy.base import Connection
Expand Down

0 comments on commit dd0a2cd

Please sign in to comment.