Skip to content

Commit 964a169

Browse files
committed
Version bump
1 parent d5d1151 commit 964a169

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
Change log for the codebase. Initialised from the developments following version `V0.11.3`
2020

21-
## [version] - 2025-08-01
21+
## [v1.3.0] - 2025-08-01
2222

2323
### Added
2424

@@ -39,6 +39,7 @@ Change log for the codebase. Initialised from the developments following version
3939
- fix: plotting bug arising from api change
4040
- fix: correct file permissions
4141
- fix: cicd to build image and push to the `ghcr.io`
42+
- fix: shuffle bug
4243

4344
### Security
4445

_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515
# current version of the tool
16-
__version__ = "1.2.0"
16+
__version__ = "1.3.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "autoxai4omics"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
description = ""
55
authors = [
66
{name = "IMB Research UK HCLS",email = "[email protected]"}

0 commit comments

Comments
 (0)