Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Apr 22, 2017
1 parent cce8830 commit 508f44b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions MANIFEST

This file was deleted.

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.2'
__version__ = '0.1.3'
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 @@ -38,7 +38,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.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,
Expand Down

0 comments on commit 508f44b

Please sign in to comment.