Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Filimoa committed Dec 7, 2024
1 parent e171b21 commit 770ede6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ homepage = "https://github.com/Filimonov/polars-h3"

[project]
name = "polars-h3"
version = "0.3.0"
description = "H3 bindings for Polars"
readme = "README.md"
requires-python = ">=3.9"
Expand All @@ -23,10 +24,6 @@ authors = [

dependencies = [
"polars",
"maturin",
"ruff",
"pytest",
"mypy",
]

[[tool.mypy.overrides]]
Expand All @@ -35,6 +32,10 @@ ignore_missing_imports = true

[dependency-groups]
dev = [
"maturin",
"ruff",
"pytest",
"mypy",
"h3>=4.1.2",
"jupyter>=1.1.1",
]
Expand Down

0 comments on commit 770ede6

Please sign in to comment.