Skip to content

Commit

Permalink
Prepare for v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ikappaki committed Dec 3, 2024
1 parent 6a6a97c commit e3a1221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $ poetry shell
(<env>) $ 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
Expand Down
2 changes: 1 addition & 1 deletion basilisp_kernel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""The Basilisp Jupyter kernel"""

__version__ = '1.2.0b1'
__version__ = '1.2.0'

from .kernel import BasilispKernel

0 comments on commit e3a1221

Please sign in to comment.