From bc6c377ec5dd597423efa94371ba91e8a09b1475 Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Wed, 11 Sep 2024 05:40:59 +1000 Subject: [PATCH] bump --- settings.ini | 2 +- toolslm/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.ini b/settings.ini index c067204..4658ce8 100644 --- a/settings.ini +++ b/settings.ini @@ -1,7 +1,7 @@ [DEFAULT] repo = toolslm lib_name = toolslm -version = 0.0.6 +version = 0.0.7 min_python = 3.9 license = apache2 black_formatting = False diff --git a/toolslm/__init__.py b/toolslm/__init__.py index 034f46c..6526deb 100644 --- a/toolslm/__init__.py +++ b/toolslm/__init__.py @@ -1 +1 @@ -__version__ = "0.0.6" +__version__ = "0.0.7"