Skip to content

Commit 785e70f

Browse files
committed
Bump version 0.8.2
1 parent 500761e commit 785e70f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nbstata/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.8.1"
1+
__version__ = "0.8.2"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = nbstata
33
lib_name = nbstata
4-
version = 0.8.1
4+
version = 0.8.2
55
min_python = 3.9
66
license = gpl3
77
doc_path = _docs

0 commit comments

Comments
 (0)