diff --git a/README.md b/README.md index 2c955b1..dec6391 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ $ poetry shell () $ jupyter notebook ``` -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. +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. *** ### 💾 Local Basilisp Files diff --git a/basilisp_kernel/__init__.py b/basilisp_kernel/__init__.py index e28e797..8ac553a 100644 --- a/basilisp_kernel/__init__.py +++ b/basilisp_kernel/__init__.py @@ -1,5 +1,5 @@ """The Basilisp Jupyter kernel""" -__version__ = '1.2.0b1' +__version__ = '1.2.0' from .kernel import BasilispKernel