Skip to content

Commit c13f48c

Browse files
committed
Update generator version.
Signed-off-by: Thomas Mansencal <[email protected]>
1 parent 6836aba commit c13f48c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

opencolorio_config_aces/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,5 @@
126126
__application_name__ = "OpenColorIO Configuration for ACES"
127127

128128
__major_version__ = "2"
129-
__minor_version__ = "0"
130-
__change_version__ = "0"
131-
__version__ = ".".join((__major_version__, __minor_version__, __change_version__))
129+
__minor_version__ = "4"
130+
__version__ = f"{__major_version__}.{__minor_version__}"

pyproject.toml

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

44
[project]
55
name = "opencolorio-config-aces"
6-
version = "2024.0.0"
6+
version = "2.4"
77
description = "OpenColorIO Configuration for ACES"
88
readme = "README.rst"
99
requires-python = ">=3.10,<3.14"

0 commit comments

Comments
 (0)