Skip to content

Commit

Permalink
Version bump to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Mar 23, 2022
1 parent 3dd791d commit 400fccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion preql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

# import importlib.metadata as importlib_metadata
# __version__ = importlib_metadata.version("prql")
__version__ = "0.2.6"
__version__ = "0.2.7"
__branch__ = ""
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 = "preql"
version = "0.2.6"
version = "0.2.7"
description = "An interpreted relational query language that compiles to SQL"
authors = ["Erez Shin <erezshin@gmail.com>"]
license = "Interface-Protection Clause + MIT"
Expand Down

0 comments on commit 400fccc

Please sign in to comment.