Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hellysmile committed Oct 29, 2013
1 parent 0effe0e commit a87009c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
Operating System :: Unix
'''

description = 'Easy to use active url highlighting for django'

description = 'Easy to use active URL highlighting for django'


packages = [
'django_activeurl',
Expand All @@ -43,7 +45,7 @@ def long_description():

setup(
name='django-activeurl',
version='0.1.5',
version='0.1.6',
packages=packages,
description=description,
long_description=long_description(),
Expand All @@ -59,6 +61,6 @@ def long_description():
license='http://www.apache.org/licenses/LICENSE-2.0',
classifiers=filter(None, classifiers.split('\n')),
keywords=[
"django", "url", "link", "active", "css", "templatetag", "jinja2"
'django', 'url', 'link', 'active', 'css', 'templatetag', 'jinja2'
]
)

0 comments on commit a87009c

Please sign in to comment.