Skip to content

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-thom committed Jan 17, 2025
1 parent 631b026 commit 0629d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
]
Expand Down

0 comments on commit 0629d98

Please sign in to comment.