From 8c7d23cd19cecaa10c068fa32460f31caba5fc9a Mon Sep 17 00:00:00 2001 From: Kraina CI/CD Date: Sat, 28 Dec 2024 00:58:10 +0000 Subject: [PATCH] chore(CI/CD): bump version 0.7.7 -> 0.7.8 --- CITATION.cff | 2 +- pyproject.toml | 4 ++-- srai/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 207b0443..2c2aa087 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -30,7 +30,7 @@ keywords: - geospatial - spatial-analysis license: Apache-2.0 -version: 0.7.7 +version: 0.7.8 date-released: '2022-11-23' preferred-citation: type: conference-paper diff --git a/pyproject.toml b/pyproject.toml index 8abc48ae..25cafb58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "srai" -version = "0.7.7" +version = "0.7.8" description = "A set of python modules for geospatial machine learning and data mining" authors = [ { name = "Piotr Gramacki", email = "pgramacki@kraina.ai" }, @@ -190,7 +190,7 @@ close-quotes-on-newline = true wrap-one-line = true [tool.bumpver] -current_version = "0.7.7" +current_version = "0.7.8" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "chore(CI/CD): bump version {old_version} -> {new_version}" commit = true diff --git a/srai/__init__.py b/srai/__init__.py index db0f0151..e3475726 100644 --- a/srai/__init__.py +++ b/srai/__init__.py @@ -10,4 +10,4 @@ for complete documentation. """ -__version__ = "0.7.7" +__version__ = "0.7.8"