Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
imryche committed Dec 16, 2024
1 parent a28eb46 commit ae646e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion litequery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from litequery.core import setup

__version__ = "0.5.2"
__version__ = "0.5.3"
__all__ = ["setup"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "litequery"
version = "0.5.2"
version = "0.5.3"
authors = [{ name = "Dima Charnyshou", email = "[email protected]" }]
description = "A handy way to interact with an SQLite database from Python"
readme = "README.md"
Expand Down

0 comments on commit ae646e4

Please sign in to comment.