Skip to content

Commit

Permalink
Bump version 0.2.1 -> 0.3.0 (#413)
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 9, 2024
1 parent cd04e21 commit af537b3
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.1.8"
__version__ = "0.3.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.1.8"
version = "0.3.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 @@ -140,7 +140,7 @@ exclude_lines = [

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

0 comments on commit af537b3

Please sign in to comment.