Skip to content

Commit

Permalink
Version bump (0.1.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Aug 14, 2024
1 parent 46c8861 commit 125e34c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sqeleton"
version = "0.1.5"
version = "0.1.6"
description = "Python library for querying SQL databases"
authors = ["Erez Shinan <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion sqeleton/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .databases import connect
from .queries import table, this, SKIP, code, commit

__version__ = "0.1.5"
__version__ = "0.1.6"

0 comments on commit 125e34c

Please sign in to comment.