From 7d118f18a80a9f89a46c26d3398ad6dafe0c9a93 Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Tue, 15 Oct 2024 05:36:21 +1000 Subject: [PATCH] bump --- claudette/__init__.py | 2 +- settings.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/claudette/__init__.py b/claudette/__init__.py index 54935e1..f4dcff1 100644 --- a/claudette/__init__.py +++ b/claudette/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.0" +__version__ = "0.1.1" from .core import * from .toolloop import * from .asink import * diff --git a/settings.ini b/settings.ini index b55ee34..0a982ce 100644 --- a/settings.ini +++ b/settings.ini @@ -1,7 +1,7 @@ [DEFAULT] repo = claudette lib_name = claudette -version = 0.1.0 +version = 0.1.1 min_python = 3.9 license = apache2 black_formatting = False