diff --git a/django_editorjs_fields/__init__.py b/django_editorjs_fields/__init__.py index f444e24..8e57d2e 100644 --- a/django_editorjs_fields/__init__.py +++ b/django_editorjs_fields/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.4" +__version__ = "0.2.5" from .fields import EditorJsJSONField, EditorJsTextField from .widgets import EditorJsWidget diff --git a/pyproject.toml b/pyproject.toml index 552b8c4..6dc6ca0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-editorjs-fields" -version = "0.2.4" +version = "0.2.5" description = "Django plugin for using Editor.js" authors = ["Ilya Kotlyakov "] license = "MIT"