From 785e70fe11465d9ff3a0d5b2275656e5a69d9d35 Mon Sep 17 00:00:00 2001 From: Tim Huegerich Date: Mon, 28 Oct 2024 19:35:05 -0500 Subject: [PATCH] Bump version 0.8.2 --- nbstata/__init__.py | 2 +- settings.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nbstata/__init__.py b/nbstata/__init__.py index cc6e0c4..3c347d8 100644 --- a/nbstata/__init__.py +++ b/nbstata/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.8.1" +__version__ = "0.8.2" from .config import launch_stata, set_graph_format from . import misc_utils, config, stata, stata_more, code_utils, noecho, pandas diff --git a/settings.ini b/settings.ini index aeba8aa..eb26bb4 100644 --- a/settings.ini +++ b/settings.ini @@ -1,7 +1,7 @@ [DEFAULT] repo = nbstata lib_name = nbstata -version = 0.8.1 +version = 0.8.2 min_python = 3.9 license = gpl3 doc_path = _docs