Skip to content

Commit

Permalink
Correct documentation URL in pywws-version output
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Easterbrook <jim@jim-easterbrook.me.uk>
  • Loading branch information
jim-easterbrook committed Jun 22, 2018
1 parent 433cb89 commit e380b61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/pywws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '18.6.3'
_release = '1559'
_commit = 'b47a2cf'
__version__ = '18.6.4'
_release = '1560'
_commit = '433cb89'
4 changes: 3 additions & 1 deletion src/pywws/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

from pywws import __version__, _release, _commit


def main(argv=None):
if argv is None:
argv = sys.argv
Expand Down Expand Up @@ -80,8 +81,9 @@ def main(argv=None):
print('examples:')
print(' ', example_dir)
print('docs:')
print(' http://jim-easterbrook.github.com/pywws/')
print(' http://pywws.readthedocs.io/')
return 0


if __name__ == '__main__':
sys.exit(main())

0 comments on commit e380b61

Please sign in to comment.