From efce903a12dfea41f63d7322d59b882738b864cd Mon Sep 17 00:00:00 2001 From: jychen7 Date: Tue, 1 Feb 2022 20:55:29 -0500 Subject: [PATCH] release v0.1.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1728670..4b4621d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "BigtableQL" -version = "0.1.4" +version = "0.1.5" description = "Query Layer for Google Cloud Bigtable" authors = ["jychen7 "] license = "MIT"