From 0629d98a3cb99136b6cd381c9da6f4c250add2a3 Mon Sep 17 00:00:00 2001 From: Daniel Thom Date: Fri, 17 Jan 2025 15:39:47 -0700 Subject: [PATCH] Bump version to v0.2.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd66fc5..204b8e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "chronify" -version = "0.1.0" +version = "0.2.0" description = "Time series store and mapping libray" readme = "README.md" requires-python = ">=3.10, <3.13" @@ -39,7 +39,7 @@ dependencies = [ ] [project.optional-dependencies] spark = [ - "pyhive @ git+https://github.com/apache/kyuubi.git#egg=pyhive&subdirectory=python", + "pyhive", # @ git+https://github.com/apache/kyuubi.git#egg=pyhive&subdirectory=python", "thrift", "thrift_sasl", ]