diff --git a/pyproject.toml b/pyproject.toml index a956f4d..441dbeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ ignore = [ max-complexity = 14 [tool.bumpversion] -current_version = "0.10.0" +current_version = "0.10.1" search = "{current_version}" replace = "{new_version}" diff --git a/rio_stac/__init__.py b/rio_stac/__init__.py index 64c3801..9211eab 100644 --- a/rio_stac/__init__.py +++ b/rio_stac/__init__.py @@ -1,5 +1,5 @@ """rio-stac: Create STAC items from raster file.""" -__version__ = "0.10.0" +__version__ = "0.10.1" from rio_stac.stac import create_stac_item # noqa