Skip to content

Commit 01ef6c7

Browse files
committed
Version bump (0.1.4)
1 parent 21cd9dd commit 01ef6c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3"
3+
version = "0.1.4"
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.3"
4+
__version__ = "0.1.4"

0 commit comments

Comments
 (0)