Skip to content

Commit

Permalink
package update on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ndejong committed Dec 15, 2020
1 parent e4dafe8 commit f5a4bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setuptools.setup(
name = 'arpwitch',
version = '0.3.1',
version = '0.3.2',
author = 'Nicholas de Jong',
author_email = 'contact@nicholasdejong.com',
description = 'A modern arpwatch replacement with JSON formatted outputs and easy options to exec commands when network changes are observed.',
Expand Down
2 changes: 1 addition & 1 deletion src/arpwitch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__title__ = "arpwitch"
__author__ = "Nicholas de Jong <contact@nicholasdejong.com>"
__version__ = '0.3.1'
__version__ = '0.3.2'
__license__ = "BSD2"

__logger_default_level__ = 'info'
Expand Down

0 comments on commit f5a4bac

Please sign in to comment.