diff --git a/fastlite/__init__.py b/fastlite/__init__.py index 4a4860a..5e9b6c1 100644 --- a/fastlite/__init__.py +++ b/fastlite/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.0.11" +__version__ = "0.0.12" from .core import * from .kw import * diff --git a/settings.ini b/settings.ini index 26ab2ef..7a757bd 100644 --- a/settings.ini +++ b/settings.ini @@ -1,7 +1,7 @@ [DEFAULT] repo = fastlite lib_name = fastlite -version = 0.0.11 +version = 0.0.12 min_python = 3.10 license = apache2 black_formatting = False