Skip to content

Commit

Permalink
bump version 2.0.0 -> 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valhassan committed Apr 17, 2024
1 parent 5855336 commit 70fc9a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion geo_inference/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Geo-inference: Extract features from high-resolution geospatial imagery using foundation models"""

__author__ = "Victor Alhassan"
__version__ = "2.0.0"
__version__ = "2.0.1"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "geo-inference"
version = "2.0.0"
version = "2.0.1"
description = "Extract features from geospatial imagery using deep learning models"
readme = "README.md"
authors = [{ name = "Victor Alhassan", email = "[email protected]" }]
Expand Down Expand Up @@ -51,7 +51,7 @@ geo_inference = "geo_inference.geo_inference:main"
include = ["geo_inference*"]

[tool.bumpver]
current_version = "2.0.0"
current_version = "2.0.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 70fc9a4

Please sign in to comment.