Skip to content

Commit

Permalink
chore: bump version 0.3.0 -> 0.3.1 (#335)
Browse files Browse the repository at this point in the history
* chore: bump version 0.3.0 -> 0.3.1

* chore: add changelog entry
  • Loading branch information
RaczeQ authored Aug 9, 2023
1 parent 8f20b50 commit 6f86d36
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Repaired bug with `VoronoiRegionalizer` and wrong polygon orientation.

### Security

## [0.3.1] - 2023-08-09

### Fixed

- Repaired bug with `VoronoiRegionalizer` and wrong polygon orientation.

## [0.3.0] - 2023-08-08

### Added
Expand Down Expand Up @@ -123,7 +127,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Intersection Joiner
- Geoparquet Loader

[unreleased]: https://github.com/srai-lab/srai/compare/0.3.0...HEAD
[unreleased]: https://github.com/srai-lab/srai/compare/0.3.1...HEAD
[0.3.1]: https://github.com/srai-lab/srai/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/srai-lab/srai/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/srai-lab/srai/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/srai-lab/srai/compare/0.0.1...0.1.1
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors:
given-names: "Szymon"
orcid: "https://orcid.org/0000-0002-2047-1649"
title: "SRAI: Spatial Representations for Artificial Intelligence"
version: 0.3.0
version: 0.3.1
date-released: 2022-11-23
url: "https://srai-lab.github.io/srai"
repository-code: "https://github.com/srai-lab/srai"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "srai"
version = "0.3.0"
version = "0.3.1"
description = "A set of python modules for geospatial machine learning and data mining"
authors = [
{ name = "SRAI Lab", email = "[email protected]" },
Expand Down Expand Up @@ -179,7 +179,7 @@ close-quotes-on-newline = true
wrap-one-line = true

[tool.bumpver]
current_version = "0.3.0"
current_version = "0.3.1"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "chore: bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion srai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
for complete documentation.
"""

__version__ = "0.3.0"
__version__ = "0.3.1"

0 comments on commit 6f86d36

Please sign in to comment.