From d2d3b88fb92161f4019cdd8c0052b9d0e7e6e273 Mon Sep 17 00:00:00 2001 From: Mojca Rojko Date: Wed, 23 Oct 2019 12:07:26 +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 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",