Skip to content

Commit 42c809f

Browse files
committed
Version and .gitignore updates
1 parent 10f953e commit 42c809f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ artifacts/
88
**/.ipynb*
99
**/build/
1010
*.DS_Store
11+
/venv/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Kotlin kernel for IPython/Jupyter
77

8-
[Kotlin](https://kotlinlang.org/) (1.3.70) kernel for [Jupyter](https://jupyter.org).
8+
[Kotlin](https://kotlinlang.org/) (1.4.0) kernel for [Jupyter](https://jupyter.org).
99

1010
Alpha version. Tested with Jupyter 6.0.1 on OS X so far.
1111

gradle.properties

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
kotlinVersion=1.4.0-dev-7350
1+
kotlinVersion=1.4-SNAPSHOT
2+
# kotlinVersion=1.4.0-dev-7350
3+
24
shadowJarVersion=5.2.0
35
baseVersion=0.7.41

0 commit comments

Comments
 (0)