Skip to content

Commit fdc39ff

Browse files
committed
Bump version
1 parent 8cc4c4c commit fdc39ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fcm_django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "xTrinch"
22
__email__ = "[email protected]"
3-
__version__ = "0.2.20"
3+
__version__ = "0.2.21"
44

55

66
class NotificationError(Exception):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
except ImportError:
66
from distutils.core import setup
77

8-
VERSION = '0.2.20'
8+
VERSION = '0.2.21'
99

1010
CLASSIFIERS = [
1111
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)