Skip to content

Commit 457bfe7

Browse files
committed
Bump versions on gpuopen / converter Flask apps
1 parent 4a516df commit 457bfe7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

flask/converters/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "materialx_conversion_app"
7-
version = "0.0.2"
7+
version = "1.39.4"
88
description = "A Flask-based application for MaterialX conversion utilities."
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -22,7 +22,7 @@ classifiers = [
2222
dependencies = [
2323
"flask>=2.3.2",
2424
"flask-socketio>=5.3.4",
25-
"materialx>=1.39.3",
25+
"materialx==1.39.4",
2626
"usd-core>=25.2"
2727
]
2828

flask/gpuopen/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "materialx_gpuopen_app"
7-
version = "0.0.1"
7+
version = "1.39.4"
88
description = "A Flask-based application for accessing GPUOpen MaterialX materials."
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -23,7 +23,7 @@ dependencies = [
2323
"flask>=2.3.2",
2424
"flask-socketio>=5.3.4",
2525
"argparse>=1.4.0",
26-
"materialxMaterials>=0.0.1",
26+
"materialxMaterials==1.39.4",
2727
]
2828

2929
[project.scripts]

0 commit comments

Comments
 (0)