Skip to content

Commit

Permalink
updated the new module
Browse files Browse the repository at this point in the history
  • Loading branch information
chitrankdixit committed Aug 30, 2016
1 parent becc820 commit cb5bbf5
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,12 +9,12 @@

setup(
name='django-fcm',
version='0.0.3',
version='0.0.5',
packages=find_packages(),
include_package_data=True,
description='A Django package that enables sending messages using FCM (Firebase Cloud Messaging).',
long_description=README,
url='https://www.example.com/',
url='https://django-fcm.readthedocs.io/en/latest/',
author='Chitrank Dixit',
author_email='chitrankdixit@gmail.com',
zip_safe=False,
Expand Down

0 comments on commit cb5bbf5

Please sign in to comment.