Skip to content

Commit 680ef0a

Browse files
committed
update kaliningraph version
1 parent 1791dce commit 680ef0a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
}
2121

2222
dependencies {
23-
implementation("com.github.breandan:kaliningraph:0.1.5")
23+
implementation("com.github.breandan:kaliningraph:0.1.6")
2424
}
2525
```
2626

@@ -38,7 +38,7 @@ dependencies {
3838
<dependency>
3939
<groupId>com.github.breandan</groupId>
4040
<artifactId>kaliningraph</artifactId>
41-
<version>0.1.5</version>
41+
<version>0.1.6</version>
4242
</dependency>
4343
</project>
4444
```
@@ -49,7 +49,7 @@ To access notebook support, use the following line magic:
4949

5050
```
5151
@file:Repository("https://jitpack.io")
52-
@file:DependsOn("com.github.breandan:kaliningraph:0.1.5")
52+
@file:DependsOn("com.github.breandan:kaliningraph:0.1.6")
5353
```
5454

5555
For more information, explore our tutorials:

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "com.github.breandan"
13-
version = "0.1.5"
13+
version = "0.1.6"
1414

1515
repositories {
1616
mavenCentral()

notebooks/Hello Kaliningraph.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"outputs": [],
1010
"source": [
1111
"@file:Repository(\"https://jitpack.io\")\n",
12-
"@file:DependsOn(\"com.github.breandan:kaliningraph:0.1.5\")"
12+
"@file:DependsOn(\"com.github.breandan:kaliningraph:0.1.6\")"
1313
]
1414
},
1515
{

notebooks/Program Graphs.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"outputs": [],
88
"source": [
99
"@file:Repository(\"https://jitpack.io\")\n",
10-
"@file:DependsOn(\"com.github.breandan:kaliningraph:0.1.5\")"
10+
"@file:DependsOn(\"com.github.breandan:kaliningraph:0.1.6\")"
1111
]
1212
},
1313
{

0 commit comments

Comments
 (0)