Skip to content

Commit e118983

Browse files
committed
📝 Update Version number.
1 parent 5f227b7 commit e118983

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
REGISTRY: ghcr.io
77
IMAGE_NAME: TissueImageAnalytics/tiatoolbox
88
image: ghcr.io/tissueimageanalytics/tiatoolbox
9-
TOOLBOX_VER: 1.5.1
9+
TOOLBOX_VER: 1.6.0
1010

1111
jobs:
1212
build-and-push-image:

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ authors:
4444
given-names: "Shan E Ahmed"
4545
orcid: "https://orcid.org/0000-0002-1097-1738"
4646
title: "TIAToolbox as an end-to-end library for advanced tissue image analytics"
47-
version: 1.5.1 # TIAToolbox version
47+
version: 1.6.0 # TIAToolbox version
4848
doi: 10.5281/zenodo.5802442
4949
date-released: 2022-10-20
5050
url: "https://github.com/TissueImageAnalytics/tiatoolbox"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
[tool.poetry]
2727
name = "TIA Centre"
28-
version = "1.5.1"
28+
version = "1.6.0"
2929
description = "test"
3030
authors = ["TIA Centre <[email protected]>"]
3131

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
test_suite="tests",
6464
tests_require=test_requirements,
6565
url="https://github.com/TissueImageAnalytics/tiatoolbox",
66-
version="1.5.1",
66+
version="1.6.0",
6767
zip_safe=False,
6868
)

tiatoolbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
__author__ = """TIA Centre"""
1818
__email__ = "[email protected]"
19-
__version__ = "1.5.1"
19+
__version__ = "1.6.0"
2020

2121
# This will set the tiatoolbox external data
2222
# default to be the user home folder, should work on both Window and Unix/Linux

0 commit comments

Comments
 (0)