Skip to content

Commit

Permalink
Merge pull request #4 from rapid7/101
Browse files Browse the repository at this point in the history
Update author name and homepage
  • Loading branch information
mrinehart-r7 authored Dec 30, 2019
2 parents 41e11ff + 23432d9 commit 6edc7d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Service 'Webhooks' is currently operational!

## Changelog

* 1.0.1 - Update homepage and author name
* 1.0.0 - Swap dataclasses for traditional classes for greater Python version
compatibility (Python 3.x+)
* 0.1.0 - Initial development, support Summary
Expand Down
2 changes: 1 addition & 1 deletion github_status_checker/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
def main():
argparser = argparse.ArgumentParser(
prog="github-status <component>",
epilog="Version 1.0.0",
epilog="Version 1.0.1",
description="Check the status of various GitHub services.")

argparser.add_argument("component",
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

setup(
name="github_status_checker",
version="1.0.0",
version="1.0.1",
description="Python module/tool for checking the status of GitHub.",
long_description=long_description,
long_description_content_type="text/markdown",
author='Integration Alliance',
author='Rapid7 Integration Alliance',
author_email='[email protected]',
url='https://github.com/rapid7/icon-integrations-ci',
url='https://github.com/rapid7/github-status-checker',
license='MIT',
packages=find_packages(),
install_requires=[
Expand Down

0 comments on commit 6edc7d7

Please sign in to comment.