Skip to content

Commit

Permalink
Version bump (0.2.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Apr 22, 2022
1 parent d50eb25 commit 0167e8b
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.9"
__version__ = "0.2.10"
__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.9"
version = "0.2.10"
description = "An interpreted relational query language that compiles to SQL"
authors = ["Erez Shin <[email protected]>"]
license = "Interface-Protection Clause + MIT"
Expand Down

0 comments on commit 0167e8b

Please sign in to comment.