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" ) ```