Skip to content

Commit

Permalink
manual version bump to 1.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
yrkim98 committed Dec 11, 2024
1 parent e5fc9c2 commit 959fc4f
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
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
# https://peps.python.org/pep-0621/
[project]
name = "allencell-segmenter-ml"
version = "1.0.0rc0"
version = "1.0.0rc1"
description = "A plugin to leverage ML segmentation in napari"
readme = "README.md"
requires-python = ">=3.9,<3.11"
Expand Down Expand Up @@ -105,7 +105,7 @@ where = ["src"]

# https://pypi.org/project/bumpver
[tool.bumpver]
current_version = "1.0.0rc0"
current_version = "1.0.0rc1"
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__ = "1.0.0rc0"
__version__ = "1.0.0rc1"

from allencell_ml_segmenter.napari.napari_reader import napari_get_reader
from allencell_ml_segmenter.napari.sample_data import make_sample_data
Expand Down

0 comments on commit 959fc4f

Please sign in to comment.