diff --git a/README.md b/README.md index 8034328..61cf6de 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ Works fine generally, basically like the existing HA unifi_direct, and allows me History - +### v0.0.4 +- Missed updating module version in v0.0.3 release; now 0.0.4. ### v0.0.3 - Option ```--sshTimeout``` to explicitly set SSH connect timeout in seconds (float). diff --git a/setup.cfg b/setup.cfg index 2520b01..75b957c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = unifi_tracker -version = 0.0.3 +version = 0.0.4 author = Joel P. author_email = joelp@live.com description = Track the comings and goings of WiFi clients on multiple Unifi APs and generate a diff between scans. diff --git a/src/unifi_tracker/__init__.py b/src/unifi_tracker/__init__.py index b0ec172..3db74cb 100644 --- a/src/unifi_tracker/__init__.py +++ b/src/unifi_tracker/__init__.py @@ -1,5 +1,5 @@ '''Track the comings and goings of WiFi clients on multiple Unifi APs and generate a diff between scans.''' -__version__ = '0.0.3' +__version__ = '0.0.4' from .unifi_tracker import * \ No newline at end of file