diff --git a/MANIFEST b/MANIFEST deleted file mode 100644 index 2648d82..0000000 --- a/MANIFEST +++ /dev/null @@ -1,12 +0,0 @@ -# file GENERATED by distutils, do NOT edit -setup.cfg -setup.py -layouter/__init__.py -layouter/apps.py -layouter/cms_plugins.py -layouter/cms_toolbars.py -layouter/forms.py -layouter/models.py -layouter/tests.py -layouter/urls.py -layouter/views.py diff --git a/layouter/__init__.py b/layouter/__init__.py index 4f2fc30..a64d27f 100644 --- a/layouter/__init__.py +++ b/layouter/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.1.2' +__version__ = '0.1.3' default_app_config = 'layouter.apps.LayouterConfig' diff --git a/setup.py b/setup.py index 7bfb818..38ca3ab 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def read(fname): author='Robert Stein', author_email='robert@blueshoe.de', url='https://github.com/Blueshoe/djangocms-layouter', - download_url='https://github.com/Blueshoe/djangocms-layouter/archive/0.1.2.zip', + download_url='https://github.com/Blueshoe/djangocms-layouter/archive/0.1.3.zip', install_requires=REQUIREMENTS, keywords=['django', 'Django CMS', 'grid', 'bootstrap', 'website', 'CMS', 'Blueshoe'], classifiers=CLASSIFIERS,