diff --git a/django_editorjs_fields/__init__.py b/django_editorjs_fields/__init__.py index 93e4c25..7e8e60c 100644 --- a/django_editorjs_fields/__init__.py +++ b/django_editorjs_fields/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.6" +__version__ = "0.2.7" from .fields import EditorJsJSONField, EditorJsTextField from .widgets import EditorJsWidget diff --git a/pyproject.toml b/pyproject.toml index c8ce2f3..8ba9c8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-editorjs-fields" -version = "0.2.6" +version = "0.2.7" description = "Django plugin for using Editor.js" authors = ["Ilya Kotlyakov "] license = "MIT"