Bump version to 1.0.0 for release (#132)
diff --git a/Cargo.lock b/Cargo.lock
index e9caabc..9bd16c7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2390,7 +2390,7 @@
 
 [[package]]
 name = "skywalking-php"
-version = "1.0.0-dev"
+version = "1.0.0"
 dependencies = [
  "anyhow",
  "axum 0.8.3",
@@ -2421,7 +2421,7 @@
 
 [[package]]
 name = "skywalking-php-worker"
-version = "1.0.0-dev"
+version = "1.0.0"
 dependencies = [
  "anyhow",
  "bincode",
diff --git a/Cargo.toml b/Cargo.toml
index e5f1664..6c395ba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@
 ]
 
 [workspace.package]
-version = "1.0.0-dev"
+version = "1.0.0"
 authors = ["Apache Software Foundation", "jmjoy <jmjoy@apache.org>", "Yanlong He <heyanlong@apache.org>"]
 edition = "2024"
 rust-version = "1.85"