Skip to content

Commit 5442a51

Browse files
committed
Releasing 1.0.0
1 parent 569f45a commit 5442a51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To import the NdArray library in your project, simply add the following dependen
1111
<dependency>
1212
<groupId>org.tensorflow</groupId>
1313
<artifactId>ndarray</artifactId>
14-
<version>1.0.0-rc.1</version>
14+
<version>1.0.0</version>
1515
</dependency>
1616
```
1717

ndarray/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.tensorflow</groupId>
2424
<artifactId>tensorflow-java-ndarray</artifactId>
25-
<version>1.0.0-rc.1</version>
25+
<version>1.0.0</version>
2626
</parent>
2727
<artifactId>ndarray</artifactId>
2828
<packaging>jar</packaging>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.tensorflow</groupId>
77
<artifactId>tensorflow-java-ndarray</artifactId>
8-
<version>1.0.0-rc.1</version>
8+
<version>1.0.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>NdArray Parent</name>

0 commit comments

Comments
 (0)