Skip to content

Commit 8203572

Browse files
committed
0.1.0 > 0.1.1
1 parent 424fe98 commit 8203572

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_editorjs_fields/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"
22

33
from .fields import EditorJsTextField, EditorJsJSONField
44
from .widgets import EditorJsWidget

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-editorjs-fields"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Django plugin for using Editor.js"
55
authors = ["Ilya Kotlyakov <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)