Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
olucurious committed Jun 20, 2024
1 parent 639493c commit 19ea6c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyfcm/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__summary__ = "Python client for FCM - Firebase Cloud Messaging (Android, iOS and Web)"
__url__ = "https://github.com/olucurious/pyfcm"

__version__ = "2.0.3"
__version__ = "2.0.4"

__author__ = "Emmanuel Adegbite"
__email__ = "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp>=3.6.2
cachetools==5.3.3
google-auth==2.29.0
google-auth==2.22.0
pyasn1==0.6.0
pyasn1-modules==0.4.0
rsa==4.9
Expand Down

0 comments on commit 19ea6c6

Please sign in to comment.