Skip to content

Commit

Permalink
Include migrations in package and bump version to v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hugorodgerbrown committed Dec 3, 2014
1 parent c326991 commit e06f9dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@

setup(
name="django-trello-webhooks",
version="0.2",
version="0.3",
packages=[
'trello_webhooks',
'trello_webhooks.management',
'trello_webhooks.management.commands',
'trello_webhooks.migrations',
'trello_webhooks.templatetags',
'trello_webhooks.tests',
],
Expand Down

0 comments on commit e06f9dc

Please sign in to comment.