Skip to content

Commit a346469

Browse files
committed
Bump version 0.8.0
1 parent 0c12ff2 commit a346469

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

nbstata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.7.0"
1+
__version__ = "0.8.0"
22

33
from .config import launch_stata, set_graph_format
44
from . import misc_utils, config, stata, stata_more, code_utils, noecho, pandas

settings.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = nbstata
33
lib_name = nbstata
4-
version = 0.7.0
4+
version = 0.8.0
55
min_python = 3.9
66
license = gpl3
77
doc_path = _docs
@@ -33,4 +33,6 @@ allowed_cell_metadata_keys =
3333
jupyter_hooks = True
3434
clean_ids = True
3535
clear_all = False
36+
cell_number = True
37+
skip_procs =
3638

0 commit comments

Comments
 (0)