Skip to content

Commit ded9bf3

Browse files
committed
bump version after merging main into dev
1 parent 155146a commit ded9bf3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pImage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
# pImage.__init__.py
33

4-
__version__ = "3.0.1"
4+
__version__ = "3.0.2"
55
__all__ = ["interact", "mosaics", "pillow", "pillow_draw"]
66

77
from .image import *

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "easimage"
3-
version = "2.0.4"
3+
version = "3.0.2"
44
description = "Image and video management for research use, in an unified easy to use API"
55
authors = [
66
{ name = "Timothe Jost-Mousseau", email = "timothe.jost-mousseau@pasteur.com" },
@@ -45,7 +45,7 @@ files = [
4545
{ filename = "pImage/__init__.py", search = "__version__ = \"{current_version}\"", replace = "__version__ = \"{new_version}\"" },
4646
{ filename = "pyproject.toml", search = "version = \"{current_version}\"", replace = "version = \"{new_version}\"" },
4747
]
48-
current_version = "2.0.4"
48+
current_version = "3.0.2"
4949
regex = false
5050
ignore_missing_version = false
5151
ignore_missing_files = false

0 commit comments

Comments
 (0)