From 9a326191c8cc21a8f54f510c9f5694862bf8554c Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Sun, 16 Jun 2024 13:13:02 +0200 Subject: [PATCH] Update __init__.py --- djangocms_text/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangocms_text/__init__.py b/djangocms_text/__init__.py index 8dc48d3..9b4d7d3 100644 --- a/djangocms_text/__init__.py +++ b/djangocms_text/__init__.py @@ -15,4 +15,4 @@ 9. Publish the release when ready 10. Github actions will publish the new package to pypi """ -__version__ = "0.1.2" +__version__ = "0.1.3"