Skip to content

Commit 57a4c4b

Browse files
Merge pull request #402 from MannLabs/bump_minor_from_1.7.1-dev0
[VERSION] Bump version to 1.8.0
2 parents 0c66eab + acc9dc7 commit 57a4c4b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.7.1-dev0"
2+
current_version = "1.8.0"
33

44
parse = """(?x)
55
(?P<major>0|[1-9]\\d*)\\.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "scportrait"
7-
version = "1.7.1-dev0"
7+
version = "1.8.0"
88
description = "Computational framework to generate single cell datasets from raw microscopy images."
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/scportrait/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package for scPortrait"""
22

3-
__version__ = "1.7.1-dev0"
3+
__version__ = "1.8.0"
44

55
import sys
66
import warnings

0 commit comments

Comments
 (0)