From ce273ea2855e58f457a0366de280391f801e6c1f Mon Sep 17 00:00:00 2001 From: Benjamin Meyer Date: Fri, 11 Sep 2026 08:18:50 +0200 Subject: [PATCH] Fix version in readme --- README.md | 2 +- mdocs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3915d85..7ca4775 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ DeepWit's API is expressed in DimWit's tensor types, so you will import from bot ```scala libraryDependencies ++= Seq( - "ch.contrafactus" %% "deepwit-core" % "0.2-SNAPSHOT", + "ch.contrafactus" %% "deepwit-core" % "0.1.0", "ch.contrafactus" %% "dimwit-core" % "0.1.0" ) ``` diff --git a/mdocs/README.md b/mdocs/README.md index fd5342c..9050bc9 100644 --- a/mdocs/README.md +++ b/mdocs/README.md @@ -30,7 +30,7 @@ DeepWit's API is expressed in DimWit's tensor types, so you will import from bot ```scala libraryDependencies ++= Seq( - "ch.contrafactus" %% "deepwit-core" % "@VERSION@", + "ch.contrafactus" %% "deepwit-core" % "0.1.0", "ch.contrafactus" %% "dimwit-core" % "0.1.0" ) ```