Skip to content

Commit

Permalink
add typing requirement & bump the version, fixes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Jul 10, 2017
1 parent 930a365 commit 6023417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mirobo/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# flake8: noqa
__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

packages=["mirobo"],

install_requires=['construct', 'click', 'cryptography', 'pretty_cron'],
install_requires=['construct', 'click', 'cryptography', 'pretty_cron', 'typing'],
entry_points={
'console_scripts': [
'mirobo=mirobo.cli:cli',
Expand Down

0 comments on commit 6023417

Please sign in to comment.