Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
Don't need importlib anymore since it is part of the standard library in
Python 3.
  • Loading branch information
jwon committed Feb 7, 2020
1 parent caa9d1d commit 1513b8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
'PyMySQL==0.9.3',
'SQLAlchemy==1.3.0',
'Jinja2==2.10.1',
'importlib==1.0.3',
'Markdown==2.4.1',
'click==6.6',
'msgpack-python==0.4.5',
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.0"
__version__ = "1.0.1"

0 comments on commit 1513b8e

Please sign in to comment.