diff --git a/fcm_django/__init__.py b/fcm_django/__init__.py index c4e0fed9..b403544f 100644 --- a/fcm_django/__init__.py +++ b/fcm_django/__init__.py @@ -1,6 +1,6 @@ __author__ = "xTrinch" __email__ = "mojca.rojko@gmail.com" -__version__ = "0.3.1" +__version__ = "0.3.2" class NotificationError(Exception): diff --git a/setup.py b/setup.py index 661fbcbc..762e3741 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup -VERSION = '0.3.1' +VERSION = '0.3.2' CLASSIFIERS = [ "Development Status :: 5 - Production/Stable",