Skip to content

Commit e1f23db

Browse files
author
shaunsephton
committed
version bump
1 parent fce090c commit e1f23db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='django-ckeditor',
5-
version='0.0.3',
5+
version='0.0.4',
66
description='Django admin CKEditor integration.',
77
long_description = open('README.rst', 'r').read(),
88
author='Shaun Sephton',
@@ -20,4 +20,5 @@
2020
"Intended Audience :: Developers",
2121
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
2222
],
23+
zip_safe=False,
2324
)

0 commit comments

Comments
 (0)