We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a7d23 commit 8b55b44Copy full SHA for 8b55b44
python/py_vapid/__init__.py
@@ -10,8 +10,6 @@
10
import logging
11
from jose import jws
12
13
-__version__ = "0.2"
14
-
15
16
class VapidException(Exception):
17
pass
python/setup.py
@@ -3,7 +3,7 @@
3
4
from setuptools import setup, find_packages
5
6
-__version__ = "0.5.0"
+__version__ = "0.6.0"
7
8
9
def read_from(file):
0 commit comments