Skip to content

Commit

Permalink
Fixed missing module version update in v0.0.3; now v0.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lab Owner committed Apr 10, 2022
1 parent 99a5e1d commit e05477e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = unifi_tracker
version = 0.0.3
version = 0.0.4
author = Joel P.
author_email = [email protected]
description = Track the comings and goings of WiFi clients on multiple Unifi APs and generate a diff between scans.
Expand Down
2 changes: 1 addition & 1 deletion src/unifi_tracker/__init__.py
Original file line number Diff line number Diff line change
@@ -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 *

0 comments on commit e05477e

Please sign in to comment.