Skip to content

Commit

Permalink
Bumped version and fixed flake8 warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-corneliusson committed May 10, 2021
1 parent 29a526f commit da40f36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions example/custom/app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from pathlib import Path

from flask import Blueprint

from click_web import create_click_web_app
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name='click-web',
version='0.7.2',
version='0.7.3',
url='https://github.com/fredrik-corneliusson/click-web',
author='Fredrik Corneliusson',
author_email='[email protected]',
Expand Down

0 comments on commit da40f36

Please sign in to comment.