From bf2f6d5ca92f744b88ec5d924a479bfdeb2fa326 Mon Sep 17 00:00:00 2001 From: Turgeon-Pelchat Date: Fri, 4 Oct 2024 14:19:30 -0400 Subject: [PATCH 1/2] update doc --- README.md | 11 ++++++++++- geo_inference/geo_inference.py | 3 +++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5e5b97..9286445 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,9 @@ geo_inference -i -br -m -wd -ps Date: Tue, 15 Oct 2024 08:48:29 -0400 Subject: [PATCH 2/2] bump version 2.0.7 -> 3.0.0 --- VERSION | 2 +- geo_inference/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 6a0ca2d..56fea8a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.7 \ No newline at end of file +3.0.0 \ No newline at end of file diff --git a/geo_inference/__init__.py b/geo_inference/__init__.py index 7bcd38b..571b01f 100644 --- a/geo_inference/__init__.py +++ b/geo_inference/__init__.py @@ -1,4 +1,4 @@ """Geo-inference: Extract features from high-resolution geospatial imagery using foundation models""" __author__ = "Victor Alhassan" -__version__ = "2.0.7" +__version__ = "3.0.0" diff --git a/pyproject.toml b/pyproject.toml index 46a2e61..4ad8360 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ geo_inference = "geo_inference.geo_inference:main" include = ["geo_inference*"] [tool.bumpver] -current_version = "2.0.7" +current_version = "3.0.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true