Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Carlevato committed Aug 25, 2019
1 parent 034df30 commit a17bfcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ optional arguments:
-j JAILS [JAILS ...], --jails JAILS [JAILS ...]
Jails to include in status report. Required.
-i IDENTIFIER, --identifier IDENTIFIER
Update identifier. 0 = exclude from message, STRING of
identifier to use. Default is hostname.
Update identifier. STRING of identifier to use.
Default is hostname.
```

## Tests
Expand Down
2 changes: 1 addition & 1 deletion fail2slack/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-

__name__ = 'fail2slack'
__version__ = '0.2.0'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='fail2slack',
version='0.2.0',
version='0.2.1',
description='Send fail2ban jail status updates to Slack.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a17bfcb

Please sign in to comment.