Skip to content

Commit

Permalink
Releasing 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
omji committed Dec 4, 2015
1 parent 6afe53f commit b91c7de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@

setup(
name='mojo-navigation',
version='0.0.2',
version='0.0.3',
author='Guillaume Pousseo',
author_email='guillaumepousseo@revsquare.com',
description='Django app managing simple navigation.',
Expand All @@ -40,6 +40,7 @@
'Programming Language :: Python :: 3.5'
],
install_requires=[
'django-mptt==0.7.4',
'django_mptt_admin==0.3.1'
],
)

0 comments on commit b91c7de

Please sign in to comment.