From b647d50c420620b3bffb6a95ae6318a34804a607 Mon Sep 17 00:00:00 2001
From: Robert Yang <141875536+ydm-amazon@users.noreply.github.com>
Date: Fri, 19 Jul 2024 11:50:31 -0700
Subject: [PATCH] bump up to 0.30
---
api/README.md | 2 +-
examples/pom.xml | 4 ++--
gradle/libs.versions.toml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/api/README.md b/api/README.md
index 18686e2ce96..5144659293e 100644
--- a/api/README.md
+++ b/api/README.md
@@ -45,7 +45,7 @@ For testing the current nightly build, use the following:
ai.djl
api
- 0.29.0-SNAPSHOT
+ 0.30.0-SNAPSHOT
```
diff --git a/examples/pom.xml b/examples/pom.xml
index c29ef32bcd9..e699f690087 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -5,12 +5,12 @@
ai.djl
examples
- 0.29.0-SNAPSHOT
+ 0.30.0-SNAPSHOT
11
11
- 0.29.0-SNAPSHOT
+ 0.30.0-SNAPSHOT
ai.djl.examples.inference.cv.ObjectDetection
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index cd5844d6e0b..5ed5cf56eeb 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -2,7 +2,7 @@
format.version = "1.1"
[versions]
-djl = "0.29.0"
+djl = "0.30.0"
pytorch = "2.3.1"
tensorflow = "2.16.1"
tensorflowCore = "1.0.0-rc.1"