Skip to content

Commit

Permalink
Bump dependency click to 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jwon committed Feb 8, 2020
1 parent 1513b8e commit 496b3d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
'SQLAlchemy==1.3.0',
'Jinja2==2.10.1',
'Markdown==2.4.1',
'click==6.6',
'click==6.7',
'msgpack-python==0.4.5',
'cssmin==0.2.0',
'beaker==1.10.0',
Expand Down
2 changes: 1 addition & 1 deletion src/iris/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.0.2"

0 comments on commit 496b3d6

Please sign in to comment.