diff --git a/noaacap/DEBIAN/control b/noaacap/DEBIAN/control index 6bba399..8e66033 100644 --- a/noaacap/DEBIAN/control +++ b/noaacap/DEBIAN/control @@ -1,8 +1,8 @@ Package: noaacap -Version: 1.0.0 +Version: 1.1.0 Section: hamradio Priority: extra Maintainer: Dan Srebnick Architecture: all -Depends: aprx (>=2.9) | direwolf (>=1.3), db-util, python3-lxml, python3-pip, python3-bs4, python3-tz, python3-bsddb3, python3-systemd +Depends: aprx (>=2.9) | direwolf (>=1.3), db-util, python3-lxml, python3-pip, python3-bs4, python3-tz, python3-bsddb3, python3-systemd,python3-dateutil Description: APRS Weather Alerts beacon exec for aprx & Dire Wolf diff --git a/noaacap/usr/local/bin/noaacap.py b/noaacap/usr/local/bin/noaacap.py index 46b8d76..72e5cfd 100755 --- a/noaacap/usr/local/bin/noaacap.py +++ b/noaacap/usr/local/bin/noaacap.py @@ -6,7 +6,7 @@ ## ## See /usr/local/share/noaacap/CHANGELOG for change history ## -version = "1.0" +version = "1.1" import sys import pytz