Skip to content

Commit

Permalink
bump version v0.3.1dev1 -> v0.3.1dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellAcoustics committed Nov 10, 2024
1 parent 2199dfa commit 39d2997
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 = "cityseg"
version = "0.3.1dev1"
version = "0.3.1dev2"
description = "A flexible and efficient semantic segmentation pipeline for processing images and videos"
authors = [
{ name = "Andrew Mitchell", email = "[email protected]" }
Expand Down Expand Up @@ -74,7 +74,7 @@ exclude = [
]

[tool.bumpver]
current_version = "v0.3.1dev1"
current_version = "v0.3.1dev2"
version_pattern = "vMAJOR.MINOR.PATCH[[-]PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/cityseg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
For detailed usage instructions, please refer to the package documentation.
"""

__version__ = "0.3.1dev1"
__version__ = "0.3.1dev2"

from . import palettes
from .config import Config
Expand Down

0 comments on commit 39d2997

Please sign in to comment.