From c18413fb4732d4c3c5d46b26a2880b03baaab098 Mon Sep 17 00:00:00 2001 From: jrconlin Date: Thu, 1 Feb 2018 10:19:32 -0800 Subject: [PATCH] version bump * New `webpush(ttl=0)` parameter --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 024f23b..54b2bdc 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os from setuptools import find_packages, setup -__version__ = "1.5.0" +__version__ = "1.6.0" def read_from(file):