Skip to content

Commit fc3e4cd

Browse files
committed
hotfix stick pyhidra to 0.5.4
1 parent e08dea2 commit fc3e4cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ghidriff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.6.0'
1+
__version__ = '0.6.1'
22
__author__ = 'clearbluejar'
33

44
# Expose API

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ packages = find:
2929
zip_safe = False
3030
include_package_data = True
3131
install_requires =
32-
pyhidra
33-
mdutils
32+
pyhidra==0.5.4
33+
mdutils==1.6.0
3434

3535
[options.entry_points]
3636
console_scripts =

0 commit comments

Comments
 (0)