From e712b2e1372e617b9b92713e7d71bff967e37940 Mon Sep 17 00:00:00 2001 From: Turgeon-Pelchat Date: Tue, 15 Oct 2024 08:48:29 -0400 Subject: [PATCH] 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