Skip to content

Commit

Permalink
bump version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Dec 10, 2019
1 parent cfdaf97 commit 566c6c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ No service downtime!
sys.stderr.
--debug Set logging level to DEBUG. Default logging level is
INFO.
--version Print "goto_http_redirect_server 0.7.2" and exit.
--version Print "goto_http_redirect_server 0.7.3" and exit.
-?, -h, --help Print this help message and exit.
About Redirect Entries:
Expand Down
2 changes: 1 addition & 1 deletion goto_http_redirect_server/goto_http_redirect_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


# canonical module informations used by setup.py
__version__ = '0.7.2'
__version__ = '0.7.3'
__author__ = 'jtmoon79'
__url_project__ = 'https://github.com/jtmoon79/goto_http_redirect_server'
__url_pypi__ = 'https://pypi.org/project/goto-http-redirect-server/'
Expand Down

0 comments on commit 566c6c7

Please sign in to comment.