diff --git a/fcm_django/__init__.py b/fcm_django/__init__.py index 884fa487..181f91c4 100644 --- a/fcm_django/__init__.py +++ b/fcm_django/__init__.py @@ -1,6 +1,6 @@ __author__ = "xTrinch" __email__ = "mojca.rojko@gmail.com" -__version__ = "0.2.20" +__version__ = "0.2.21" class NotificationError(Exception): diff --git a/setup.py b/setup.py index a6cf8079..d0ee4ac3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup -VERSION = '0.2.20' +VERSION = '0.2.21' CLASSIFIERS = [ "Development Status :: 5 - Production/Stable",