From 11d4e7c88497b4519d7a96257c9c64c85411d3fb Mon Sep 17 00:00:00 2001 From: xtrinch Date: Sat, 10 Jul 2021 14:45:13 +0200 Subject: [PATCH] Bump version --- fcm_django/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fcm_django/__init__.py b/fcm_django/__init__.py index 1665e96d..44e83555 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.8" +__version__ = "0.3.11" class NotificationError(Exception): diff --git a/setup.py b/setup.py index e87a7040..ba3bb35a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup -VERSION = '0.3.8' +VERSION = '0.3.11' CLASSIFIERS = [ "Development Status :: 5 - Production/Stable",