Skip to content

Commit

Permalink
create a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
chitrankdixit committed Aug 28, 2016
1 parent d79f6ef commit 6d8a604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='django-fcm',
version='0.0.2',
version='0.0.3',
packages=find_packages(),
include_package_data=True,
description='A Django package that enables sending messages using FCM (Firebase Cloud Messaging).',
Expand Down Expand Up @@ -41,4 +41,4 @@
'pytz>=2015.7',
'requests>=2.9.1'
],
)
)

0 comments on commit 6d8a604

Please sign in to comment.