We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2adc011 commit 4ab855dCopy full SHA for 4ab855d
json_editor/__init__.py
@@ -0,0 +1,3 @@
1
+from .admin import JSONEditorWidget
2
+
3
+__version__ = '0.0.1'
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='django-admin-json-editor',
12
- version='0.1',
+ version='0.0.1',
13
packages=find_packages(),
14
include_package_data=True,
15
license='MIT License',
0 commit comments