diff options
| author | Aviad Rom <aviad.t.rom@gmail.com> | 2021-05-18 18:57:43 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 18:57:43 +0300 |
| commit | 34057071555ac032103d0dde0d3241d0b9c244dd (patch) | |
| tree | 1174686dfac4775edef3aef1262adbe7218e6978 /setup.py | |
| parent | 4f2e6281b31af15c9cff15ca299d6512bd88fd21 (diff) | |
Add Mac OS push notifications (#11) and bump to v1.2.0v1.2.0
* push notifications on mac os
* update readme
* use self.output_error on missing notifications executable
Co-authored-by: Aviad Rom <aviad@zebra-med.com>
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
