Skip to content

Commit

Permalink
Version bump to 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Apr 28, 2022
1 parent 2a55f3b commit bfb52d8
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.10"
__version__ = "0.2.11"
__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.10"
version = "0.2.11"
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 bfb52d8

Please sign in to comment.