Skip to content

Commit b509359

Browse files
authored
chore(CI/CD): bump version 0.9.2 -> 0.9.3 (#512)
* chore(CI/CD): bump version 0.9.2 -> 0.9.3 * docs: update CHANGELOG.md
1 parent 11447bb commit b509359

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.3] - 2025-02-10
11+
1012
### Added
1113

1214
- Option to change default aggregation in `ContextualCountEmbedder` from `average` to `median`, `sum`, `min` or `max`
@@ -382,7 +384,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
382384
- Intersection Joiner
383385
- Geoparquet Loader
384386

385-
[Unreleased]: https://github.com/kraina-ai/srai/compare/0.9.2...HEAD
387+
[Unreleased]: https://github.com/kraina-ai/srai/compare/0.9.3...HEAD
388+
389+
[0.9.3]: https://github.com/kraina-ai/srai/compare/0.9.2...0.9.3
386390

387391
[0.9.2]: https://github.com/kraina-ai/srai/compare/0.9.1...0.9.2
388392

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ keywords:
3030
- geospatial
3131
- spatial-analysis
3232
license: Apache-2.0
33-
version: 0.9.2
33+
version: 0.9.3
3434
date-released: '2022-11-23'
3535
preferred-citation:
3636
type: conference-paper

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "srai"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
description = "A set of python modules for geospatial machine learning and data mining"
55
authors = [
66
{ name = "Piotr Gramacki", email = "pgramacki@kraina.ai" },
@@ -196,7 +196,7 @@ close-quotes-on-newline = true
196196
wrap-one-line = true
197197

198198
[tool.bumpver]
199-
current_version = "0.9.2"
199+
current_version = "0.9.3"
200200
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
201201
commit_message = "chore(CI/CD): bump version {old_version} -> {new_version}"
202202
commit = true

srai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
for complete documentation.
1111
"""
1212

13-
__version__ = "0.9.2"
13+
__version__ = "0.9.3"

0 commit comments

Comments
 (0)