Skip to content

Commit 4e8a914

Browse files
committed
v0.2.0
1 parent aff1e8f commit 4e8a914

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The canonical use case is to help set up [`ScalaPy`](https://scalapy.dev/) to po
55
## Installation
66

77
```scala
8-
libraryDependencies += "ai.kien" %% "python-native-libs" % "0.1.3"
8+
libraryDependencies += "ai.kien" %% "python-native-libs" % "0.2.0"
99
```
1010

1111
## Usage
@@ -95,7 +95,7 @@ See `docs/details.md` to see the full list of these properties and what they mea
9595
`scalapyProperties` contains the system properties used by `ScalaPy`. For example, to set up `ScalaPy` to use the Python located at `/usr/bin/python3` in [`Ammonite`](https://ammonite.io/) or [`Almond`](https://almond.sh/) run
9696

9797
```scala
98-
import $ivy.`ai.kien::python-native-libs:0.1.3`
98+
import $ivy.`ai.kien::python-native-libs:0.2.0`
9999
import ai.kien.python.Python
100100

101101
Python("/usr/bin/python3").scalapyProperties.fold(

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ lazy val docs = project
7878
.in(file("python-docs"))
7979
.settings(
8080
mdocVariables := Map(
81-
"VERSION" -> "0.1.3",
81+
"VERSION" -> "0.2.0",
8282
"SCALAPY_VERSION" -> scalapyVersion,
8383
"PYTHON" -> "/usr/bin/python3"
8484
)

0 commit comments

Comments
 (0)