Skip to content

Commit

Permalink
Bump version: 0.0.4 → 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Pierce committed Jan 6, 2025
1 parent d3c40f1 commit 2415705
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "yolo-tiling"
version = "0.0.4"
version = "0.0.5"
dynamic = [
"dependencies",
]
Expand Down Expand Up @@ -43,7 +43,7 @@ universal = true


[tool.bumpversion]
current_version = "0.0.4"
current_version = "0.0.5"
commit = true
tag = true

Expand Down
2 changes: 1 addition & 1 deletion yolo_tiler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from yolo_tiler.yolo_tiler import YoloTiler, TileConfig, TileProgress

__version__ = "0.0.4"
__version__ = "0.0.5"
__author__ = "Jordan Pierce"
__email__ = "jordan.pierce@noaa.gov"
__credits__ = "National Center for Coastal and Ocean Sciences (NCCOS)"

0 comments on commit 2415705

Please sign in to comment.