Skip to content

Commit dc7f87d

Browse files
committed
v0.2.1
1 parent fba79bf commit dc7f87d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
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.2.0"
8+
libraryDependencies += "ai.kien" %% "python-native-libs" % "0.2.1"
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.2.0`
98+
import $ivy.`ai.kien::python-native-libs:0.2.1`
9999
import ai.kien.python.Python
100100

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

build.sbt

+1-1
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.2.0",
81+
"VERSION" -> "0.2.1",
8282
"SCALAPY_VERSION" -> scalapyVersion,
8383
"PYTHON" -> "/usr/bin/python3"
8484
)

0 commit comments

Comments
 (0)