We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017ee7e commit c25b6abCopy full SHA for c25b6ab
README.md
@@ -31,7 +31,7 @@ repositories {
31
}
32
33
dependencies {
34
- implementation("com.michael-bull.kotlin-itertools:kotlin-itertools:1.0.0")
+ implementation("com.michael-bull.kotlin-itertools:kotlin-itertools:1.0.1")
35
36
```
37
gradle.properties
@@ -1,5 +1,5 @@
1
group=com.michael-bull.kotlin-itertools
2
-version=1.0.1-SNAPSHOT
+version=1.0.1
3
description=Multiplatform combinatoric sequences for Kotlin, inspired by python-itertools.
4
5
kotlin.code.style=official
0 commit comments