From 85aed25f8eb35131bebf04da35a3d241d373e76c Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Wed, 24 Jul 2024 14:35:22 +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 9b4d7d32..e54f77bc 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.3" +__version__ = "0.2.0"