Skip to content

Commit fcc37c5

Browse files
committed
Version bump: 0.1.3
1 parent aca55af commit fcc37c5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sqeleton"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Python library for querying SQL databases"
55
authors = ["Erez Shinan <[email protected]>"]
66
license = "MIT"

sqeleton/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .databases import connect
22
from .queries import table, this, SKIP, code, commit
33

4-
__version__ = "0.1.2"
4+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)