Skip to content

Commit 23cd97c

Browse files
committed
bump
1 parent 30e4d20 commit 23cd97c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

fastlite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.0.8"
1+
__version__ = "0.0.9"
22
from .core import *
33
from .kw import *

settings.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = fastlite
33
lib_name = fastlite
4-
version = 0.0.8
4+
version = 0.0.9
55
min_python = 3.10
66
license = apache2
77
black_formatting = False
@@ -34,4 +34,5 @@ allowed_cell_metadata_keys =
3434
jupyter_hooks = False
3535
clean_ids = True
3636
clear_all = False
37+
cell_number = True
3738

0 commit comments

Comments
 (0)