Skip to content

Commit 6401fa0

Browse files
committed
Update py-vapid requirements (now that it's been proofed for gcm)
1 parent b9a1fe7 commit 6401fa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cryptography==1.8.1
22
http-ece==1.0.1
33
requests==2.13.0
4-
py-vapid==1.2.2
4+
py-vapid==1.2.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import find_packages, setup
55

6-
__version__ = "1.0.1"
6+
__version__ = "1.0.2"
77

88

99
def read_from(file):

0 commit comments

Comments
 (0)