Skip to content

Commit 97061bf

Browse files
committed
Bump version: 1.6.0 → 1.6.1-dev0
1 parent 5e95413 commit 97061bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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.6.0"
2+
current_version = "1.6.1-dev0"
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.6.0"
7+
version = "1.6.1-dev0"
88
description = "Computational framework to generate single cell datasets from raw microscopy images."
99
readme = "README.md"
1010
requires-python = ">=3.10"

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.6.0"
3+
__version__ = "1.6.1-dev0"
44

55
import sys
66
import warnings

0 commit comments

Comments
 (0)