Skip to content

Commit

Permalink
Bump version 0.3.0 -> 0.4.0 (#417)
Browse files Browse the repository at this point in the history
Co-authored-by: aicsgithub <[email protected]>
  • Loading branch information
github-actions[bot] and aicsgithub authored Aug 14, 2024
1 parent fd4d67a commit 5f45508
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.3.0"
__version__ = "0.4.0"


# 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.3.0"
version = "0.4.0"
description = """\
Collection of representation learning models, techniques, callbacks, utils, \
used to create latent variable models of cell shape, morphology and \
Expand Down Expand Up @@ -141,7 +141,7 @@ exclude_lines = [

# https://pypi.org/project/bumpver
[tool.bumpver]
current_version = "0.3.0"
current_version = "0.4.0"
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.3.0"
version = "0.4.0"

0 comments on commit 5f45508

Please sign in to comment.