Skip to content

Commit

Permalink
REL: Fido v1.6.1
Browse files Browse the repository at this point in the history
- fixed issue with dependencies.
  • Loading branch information
carlwilson committed Dec 22, 2022
1 parent d26d2b0 commit 7cb0347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fido/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from six.moves import input as rinput


__version__ = '1.6.0'
__version__ = '1.6.1'


CONFIG_DIR = join(abspath(dirname(__file__)), 'conf')
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def find_version(*file_paths):
'six >= 1.10.0, < 2',
'win-unicode-console >= 0.5; python_version == "2.7" and platform_system == "Windows"',
'importlib-resources',
'requests'
]


Expand Down

0 comments on commit 7cb0347

Please sign in to comment.