Skip to content

Commit 1c9738e

Browse files
authored
Merge branch 'master' into multi_geom_geoarrow
2 parents 2975149 + 6934382 commit 1c9738e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "spatial-polars"
3-
version = "0.1.2" # dont forget __init__.py and uv lock
3+
version = "0.1.3" # dont forget __init__.py and uv lock
44
description = "A package that extends polars for working with geospatial data."
55
readme = "README.md"
66
authors = [

src/spatial_polars/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"SpatialExpr",
1313
]
1414

15-
__version__ = "0.1.2" # dont forget pyproject.toml and uv lock
15+
__version__ = "0.1.3" # dont forget pyproject.toml and uv lock

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)