Skip to content

Commit 30bd684

Browse files
committed
Bump version
1 parent ab00204 commit 30bd684

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.4.0"
11+
libraryDependencies += "com.github.EmergentOrder" %% "onnx-scala-backends" % "0.5.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.

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ scalaVersion := scala213Version
1010
lazy val commonSettings = Seq(
1111
// scalaJSUseMainModuleInitializer := true, //Test only
1212
organization := "org.emergentorder.onnx",
13-
version := "0.4.0",
13+
version := "0.5.0",
1414
scalaVersion := scala213Version,
1515
resolvers += Resolver.mavenLocal,
1616
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",

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.4.0"
11+
libraryDependencies += "com.github.EmergentOrder" %% "onnx-scala-backends" % "0.5.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)