Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesem committed Jan 12, 2025
1 parent 9391591 commit af5388d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pcg_skel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from . import utils
from . import chunk_tools

__version__ = "1.1.0"
__version__ = "1.2.0"
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 = "hatchling.build"

[project]
name = "pcg-skel"
version = "1.1.0"
version = "1.2.0"
description = "Skeletonization using the pychunkedgraph"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down Expand Up @@ -53,7 +53,7 @@ lint = [
default-groups = ["dev", "docs", "lint"]

[tool.bumpversion]
current_version = "1.1.0"
current_version = "1.2.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af5388d

Please sign in to comment.