From 34057071555ac032103d0dde0d3241d0b9c244dd Mon Sep 17 00:00:00 2001 From: Aviad Rom Date: Tue, 18 May 2021 18:57:43 +0300 Subject: Add Mac OS push notifications (#11) and bump to v1.2.0 * push notifications on mac os * update readme * use self.output_error on missing notifications executable Co-authored-by: Aviad Rom --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0eb10e7..e8952c0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="alarmpy", - version="1.1.0", + version="1.2.0", author="Yuval Adam", author_email="_@yuv.al", description="Pikud Ha'oref Alarm Tracking", -- cgit v1.3.1