Skip to content

Commit e3a1221

Browse files
committed
Prepare for v1.2.0 release
1 parent 6a6a97c commit e3a1221

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $ poetry shell
9292
(<env>) $ jupyter notebook
9393
```
9494

95-
3. Open the `dev.ipynb` notebook from the Jupyter interface. Refer to the [basilex-notebook documentation](https://github.com/ikappaki/basilex-notebook) for more details.
95+
3. Open the `tutorial.ipynb` notebook from the Jupyter interface. Refer to the [basilex-notebook documentation](https://github.com/ikappaki/basilex-notebook) for more details.
9696

9797
***
9898
### 💾 Local Basilisp Files

basilisp_kernel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""The Basilisp Jupyter kernel"""
22

3-
__version__ = '1.2.0b1'
3+
__version__ = '1.2.0'
44

55
from .kernel import BasilispKernel

0 commit comments

Comments
 (0)