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