Skip to content

Commit

Permalink
Updates .gitignore and bumps to release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msleigh committed Sep 15, 2020
1 parent f1b6ae1 commit 7ae0010
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,6 @@ flafl.log
*.pyc
.coverage
htmlcov
build
dist
*.egg-info
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="flafl",
version="0.0.1",
version="0.0.2",
author="M Sleigh",
author_email="author@example.com",
description="Flask application for listening to Bitbucket webhooks",
Expand Down

0 comments on commit 7ae0010

Please sign in to comment.