We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e4d20 commit 23cd97cCopy full SHA for 23cd97c
fastlite/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "0.0.8"
+__version__ = "0.0.9"
2
from .core import *
3
from .kw import *
settings.ini
@@ -1,7 +1,7 @@
[DEFAULT]
repo = fastlite
lib_name = fastlite
4
-version = 0.0.8
+version = 0.0.9
5
min_python = 3.10
6
license = apache2
7
black_formatting = False
@@ -34,4 +34,5 @@ allowed_cell_metadata_keys =
34
jupyter_hooks = False
35
clean_ids = True
36
clear_all = False
37
+cell_number = True
38
0 commit comments