Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed May 1, 2017
1 parent 72ce455 commit d72711d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = '0.1.3'
__version__ = '0.1.4'
default_app_config = 'layouter.apps.LayouterConfig'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def read(fname):
author='Robert Stein',
author_email='[email protected]',
url='https://github.com/Blueshoe/djangocms-layouter',
download_url='https://github.com/Blueshoe/djangocms-layouter/archive/0.1.3.zip',
download_url='https://github.com/Blueshoe/djangocms-layouter/archive/0.1.4.zip',
install_requires=REQUIREMENTS,
keywords=['django', 'Django CMS', 'grid', 'bootstrap', 'website', 'CMS', 'Blueshoe'],
classifiers=CLASSIFIERS,
Expand Down

0 comments on commit d72711d

Please sign in to comment.