Skip to content

Commit 9c1d43f

Browse files
committed
Update version # in README
1 parent 976b831 commit 9c1d43f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Add this to the build.sbt in your project:
99

1010
```scala
11-
libraryDependencies += "com.github.EmergentOrder" %% "onnx-scala-backends" % "0.3.0"
11+
libraryDependencies += "com.github.EmergentOrder" %% "onnx-scala-backends" % "0.4.0"
1212
```
1313

1414
As of v0.1.0, artifacts are published to Sonatype OSS / Maven Central. For the latest, build and publish locally from master.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Add this to the build.sbt in your project:
99

1010
```scala
11-
libraryDependencies += "com.github.EmergentOrder" %% "onnx-scala-backends" % "0.3.0"
11+
libraryDependencies += "com.github.EmergentOrder" %% "onnx-scala-backends" % "0.4.0"
1212
```
1313

1414
As of v0.1.0, artifacts are published to Sonatype OSS / Maven Central. For the latest, build and publish locally from master.

0 commit comments

Comments
 (0)