Skip to content

Commit

Permalink
Add : v0.1.3 released 🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
inforian committed Mar 12, 2017
1 parent 04d37ae commit 8011eb4
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 @@ -4,13 +4,13 @@
setup(
name='django-notifyAll',
packages=find_packages(exclude=['example']),
version='0.1.2',
version='0.1.3',
description='A lib which you can use for all types of notifications like SMS, Mail, Push.',
author='Neeraj Dhiman',
author_email='ndhiman08@gmail.com',
license='GPL',
url='https://github.com/inforian/django-notifyAll',
download_url='https://github.com/inforian/django-notifyAll/archive/0.1.2tar.gz',
download_url='https://github.com/inforian/django-notifyAll/archive/0.1.3tar.gz',
keywords=['notification', 'notify', 'sms', 'email', 'push'],
classifiers=[],
)

0 comments on commit 8011eb4

Please sign in to comment.