Skip to content

Commit

Permalink
bump: version 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Aug 3, 2023
1 parent cc20a44 commit 1dc1ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 = "urban-footprinter"
version = "0.2.0"
version = "0.3.0"
description = "A convolution-based approach to detect urban extents."
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion urban_footprinter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from urban_footprinter import settings

__version__ = "0.2.0"
__version__ = "0.3.0"

__all__ = [
"UrbanFootprinter",
Expand Down

0 comments on commit 1dc1ebb

Please sign in to comment.