Skip to content

Commit

Permalink
Bump version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugetim committed Oct 12, 2024
1 parent 0c12ff2 commit a346469
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nbstata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.7.0"
__version__ = "0.8.0"

from .config import launch_stata, set_graph_format
from . import misc_utils, config, stata, stata_more, code_utils, noecho, pandas
4 changes: 3 additions & 1 deletion settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEFAULT]
repo = nbstata
lib_name = nbstata
version = 0.7.0
version = 0.8.0
min_python = 3.9
license = gpl3
doc_path = _docs
Expand Down Expand Up @@ -33,4 +33,6 @@ allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False
cell_number = True
skip_procs =

0 comments on commit a346469

Please sign in to comment.