Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Sep 15, 2015
1 parent 60e9cbd commit aa6ffd5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
except ImportError:
pass


with codecs.open('README.rst', encoding='utf-8') as readme:
long_description = readme.read()
long_description = readme.read()


setup(
name="django-settings-export",
version='1.0.5',
version='1.0.6',
author="Jakub Roztocil",
author_email="jakub@roztocil.co",
description='This Django app allows you to export'
Expand Down

0 comments on commit aa6ffd5

Please sign in to comment.