diff --git a/Cargo.lock b/Cargo.lock
index 6cc0bbf1b..449a85c0a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -62,7 +62,7 @@ dependencies = [
[[package]]
name = "rust-usd"
-version = "24.8.8"
+version = "24.8.9"
dependencies = [
"swift-bridge",
"swift-bridge-build",
diff --git a/Cargo.toml b/Cargo.toml
index 79002a7ee..7cf779b76 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rust-usd"
-version = "24.8.8"
+version = "24.8.9"
edition = "2021"
publish = []
diff --git a/DeclarativePixarUSD.usda b/DeclarativePixarUSD.usda
index 9e98a0fe9..655b33cda 100644
--- a/DeclarativePixarUSD.usda
+++ b/DeclarativePixarUSD.usda
@@ -1,6 +1,6 @@
#usda 1.0
(
- doc = "SwiftUSD v24.08.8 | Declarative API"
+ doc = "SwiftUSD v24.08.9 | Declarative API"
)
def "DeclarativeScene"
diff --git a/HelloPixarUSD.usda b/HelloPixarUSD.usda
index 541bc88dc..6e58745d0 100644
--- a/HelloPixarUSD.usda
+++ b/HelloPixarUSD.usda
@@ -1,6 +1,6 @@
#usda 1.0
(
- doc = "SwiftUSD v24.08.8"
+ doc = "SwiftUSD v24.08.9"
)
def Xform "Geometry"
diff --git a/README.md b/README.md
index 8ef5cb569..59357ee43 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@
-
+
@@ -78,7 +78,7 @@ For more details, please visit the web site [here](http://openusd.org).
##### To use Pixar's USD in swift, add SwiftUSD as a package dependency in your project's Package.swift file.
```swift
dependencies: [
- .package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "24.8.8"),
+ .package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "24.8.9"),
]
```
@@ -109,7 +109,7 @@ let package = Package(
),
],
dependencies: [
- .package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "24.8.8")
+ .package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "24.8.9")
],
targets: [
/* 📕 For library products... */
diff --git a/Sources/pxr/include/pxr/pxrns.h b/Sources/pxr/include/pxr/pxrns.h
index 0f399ad64..1b631018d 100644
--- a/Sources/pxr/include/pxr/pxrns.h
+++ b/Sources/pxr/include/pxr/pxrns.h
@@ -29,7 +29,7 @@
/* ------ swift usd. ------ */
-# define SWIFTUSD_EVOLUTION 8
+# define SWIFTUSD_EVOLUTION 9
# define PXR_INTERNAL_NS Pixar
/* ------------------------ */