Skip to content

Commit

Permalink
Merge pull request #473 from AllenCell/workflow-release
Browse files Browse the repository at this point in the history
Bump version and publish
  • Loading branch information
saeliddp authored Jul 26, 2024
2 parents c04f855 + 9763930 commit 851f4bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
# https://peps.python.org/pep-0621/
[project]
name = "allencell-ml-segmenter"
version = "0.1.14"
version = "0.1.15"
description = "A plugin to leverage ML segmentation in napari"
readme = "README.md"
requires-python = "~=3.10"
Expand Down Expand Up @@ -99,7 +99,7 @@ where = ["src"]

# https://pypi.org/project/bumpver
[tool.bumpver]
current_version = "0.1.14"
current_version = "0.1.15"
version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/allencell_ml_segmenter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.14"
__version__ = "0.1.15"

from allencell_ml_segmenter.napari.napari_reader import napari_get_reader
from allencell_ml_segmenter.napari.sample_data import make_sample_data
Expand Down
2 changes: 1 addition & 1 deletion version.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -----DO NOT MODIFY THIS FILE-----
# This file should only be modified by bumpver, which should in turn only be ran
# via a GH Action
version = "0.1.14"
version = "0.1.15"

0 comments on commit 851f4bb

Please sign in to comment.