From a60bc2709bae68fbce02f38c1082467216baa156 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Wed, 26 Jun 2024 17:21:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.13.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- laminci/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laminci/__init__.py b/laminci/__init__.py index 0bf2b7a..455a3c3 100644 --- a/laminci/__init__.py +++ b/laminci/__init__.py @@ -6,7 +6,7 @@ """ -__version__ = "0.13.1" # denote a pre-release for 0.1.0 with 0.1a1 +__version__ = "0.13.2" # denote a pre-release for 0.1.0 with 0.1a1 from . import db, nox from ._artifacts import upload_docs_artifact