Skip to content

Commit b1352b2

Browse files
committed
Fix version bump for next dev cycle
I forgot to increment the patch number.
1 parent 55dbfda commit b1352b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "pyimagej"
7-
version = "1.5.0.dev0"
7+
version = "1.5.1.dev0"
88
description = "Python wrapper for ImageJ"
99
license = {text = "Apache-2.0"}
1010
authors = [{name = "ImageJ2 developers", email = "ctrueden@wisc.edu"}]

0 commit comments

Comments
 (0)