Skip to content

Commit

Permalink
Merge pull request #453 from AllenCellModeling/workflow-release
Browse files Browse the repository at this point in the history
Bump version and publish
  • Loading branch information
yrkim98 authored Nov 25, 2024
2 parents 07959b0 + 52e02cb commit 79ed149
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cyto_dl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.3"
__version__ = "0.4.4"


# silence bio packages warnings
Expand Down
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 = "pdm.pep517.api"

[project]
name = "cyto-dl"
version = "0.4.3"
version = "0.4.4"
description = """\
Collection of representation learning models, techniques, callbacks, utils, \
used to create latent variable models of cell shape, morphology and \
Expand Down Expand Up @@ -142,7 +142,7 @@ exclude_lines = [

# https://pypi.org/project/bumpver
[tool.bumpver]
current_version = "0.4.3"
current_version = "0.4.4"
version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
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.4.3"
version = "0.4.4"

0 comments on commit 79ed149

Please sign in to comment.