diff --git a/fcm_django/__init__.py b/fcm_django/__init__.py index d69077d2..1665e96d 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.7" +__version__ = "0.3.8" class NotificationError(Exception): diff --git a/setup.py b/setup.py index 83d7a875..e87a7040 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup -VERSION = '0.3.7' +VERSION = '0.3.8' CLASSIFIERS = [ "Development Status :: 5 - Production/Stable",