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 51ecc85 commit 477e426Copy full SHA for 477e426
setup.py
@@ -4,7 +4,7 @@
4
import sys
5
from setuptools import setup, find_packages
6
7
-version = __import__('ckeditor').__version__
+version = '5.6.6'
8
9
if sys.argv[-1] == 'publish':
10
os.system('python setup.py sdist upload')
0 commit comments