Skip to content

Commit 56affa7

Browse files
committed
Version bump (0.2.16)
1 parent 321cce4 commit 56affa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

preql/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
# import importlib.metadata as importlib_metadata
77
# __version__ = importlib_metadata.version("prql")
8-
__version__ = "0.2.15"
8+
__version__ = "0.2.16"
99
__branch__ = ""

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "preql"
3-
version = "0.2.15"
3+
version = "0.2.16"
44
description = "An interpreted relational query language that compiles to SQL"
55
authors = ["Erez Shin <[email protected]>"]
66
license = "Interface-Protection Clause + MIT"

0 commit comments

Comments
 (0)