Skip to content

Commit 8aae174

Browse files
authored
bump build version to 0.33.0 (#3627)
1 parent a043e22 commit 8aae174

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ The following pseudocode demonstrates running training:
8585

8686
## Release Notes
8787

88-
* [0.31.0](https://github.com/deepjavalibrary/djl/releases/tag/v0.31.0) ([Code](https://github.com/deepjavalibrary/djl/tree/v0.31.0))
88+
* [0.32.0](https://github.com/deepjavalibrary/djl/releases/tag/v0.32.0) ([Code](https://github.com/deepjavalibrary/djl/tree/v0.32.0))
89+
* [0.31.1](https://github.com/deepjavalibrary/djl/releases/tag/v0.31.1) ([Code](https://github.com/deepjavalibrary/djl/tree/v0.31.1))
8990
* [0.30.0](https://github.com/deepjavalibrary/djl/releases/tag/v0.30.0) ([Code](https://github.com/deepjavalibrary/djl/tree/v0.30.0))
9091
* [0.29.0](https://github.com/deepjavalibrary/djl/releases/tag/v0.29.0) ([Code](https://github.com/deepjavalibrary/djl/tree/v0.29.0))
9192
* [0.28.0](https://github.com/deepjavalibrary/djl/releases/tag/v0.28.0) ([Code](https://github.com/deepjavalibrary/djl/tree/v0.28.0))
92-
* [0.27.0](https://github.com/deepjavalibrary/djl/releases/tag/v0.27.0) ([Code](https://github.com/deepjavalibrary/djl/tree/v0.27.0))
93-
* [+26 releases](https://github.com/deepjavalibrary/djl/releases)
93+
* [+27 releases](https://github.com/deepjavalibrary/djl/releases)
9494

95-
The release of DJL 0.32.0 is planned for January 2025.
95+
The release of DJL 0.33.0 is planned for April 2025.
9696

9797
## Building From Source
9898

api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For testing the current nightly build, use the following:
4545
<dependency>
4646
<groupId>ai.djl</groupId>
4747
<artifactId>api</artifactId>
48-
<version>0.32.0-SNAPSHOT</version>
48+
<version>0.33.0-SNAPSHOT</version>
4949
</dependency>
5050
```
5151

docs/get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dependencies {
9999
implementation platform("ai.djl:bom:<UPCOMING VERSION>-SNAPSHOT")
100100
}
101101
```
102-
Currently, the `<UPCOMING VERSION> = 0.32.0`.
102+
Currently, the `<UPCOMING VERSION> = 0.33.0`.
103103
This snapshot version is the same as the custom DJL repository.
104104

105105
You also need to change directory to `djl/bom`. Then build and publish it to maven local same as what was done in `djl`.

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
<groupId>ai.djl</groupId>
77
<artifactId>examples</artifactId>
8-
<version>0.32.0-SNAPSHOT</version>
8+
<version>0.33.0-SNAPSHOT</version>
99

1010
<properties>
1111
<maven.compiler.source>11</maven.compiler.source>
1212
<maven.compiler.target>11</maven.compiler.target>
13-
<djl.version>0.32.0-SNAPSHOT</djl.version>
13+
<djl.version>0.33.0-SNAPSHOT</djl.version>
1414
<exec.mainClass>ai.djl.examples.inference.cv.ObjectDetection</exec.mainClass>
1515
</properties>
1616

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
format.version = "1.1"
33

44
[versions]
5-
djl = "0.32.0"
5+
djl = "0.33.0"
66
pytorch = "2.5.1"
77
tensorflow = "2.16.1"
88
tensorflowCore = "1.0.0-rc.1"

0 commit comments

Comments
 (0)