version bump

* New `webpush(ttl=0)` parameter
This commit is contained in:
jrconlin 2018-02-01 10:19:32 -08:00
parent 98d656252c
commit c18413fb47
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import os
from setuptools import find_packages, setup
__version__ = "1.5.0"
__version__ = "1.6.0"
def read_from(file):