Skip to content

Commit bf4b06c

Browse files
committed
Raise package version.
Signed-off-by: Thomas Mansencal <[email protected]>
1 parent eecb841 commit bf4b06c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opencolorio_config_aces/__init__.py

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

136136
__application_name__ = "OpenColorIO Configuration for ACES"
137137

138-
__major_version__ = "3"
138+
__major_version__ = "4"
139139
__minor_version__ = "0"
140140
__patch_version__ = "0"
141141
__version__ = f"{__major_version__}.{__minor_version__}.{__patch_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 = "3.0.0"
6+
version = "4.0.0"
77
description = "OpenColorIO Configuration for ACES"
88
readme = "README.rst"
99
requires-python = ">=3.10,<3.14"

0 commit comments

Comments
 (0)