Skip to content

Commit

Permalink
hotfix stick pyhidra to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
clearbluejar committed Jan 31, 2024
1 parent e08dea2 commit fc3e4cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ghidriff/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.6.0'
__version__ = '0.6.1'
__author__ = 'clearbluejar'

# Expose API
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ packages = find:
zip_safe = False
include_package_data = True
install_requires =
pyhidra
mdutils
pyhidra==0.5.4
mdutils==1.6.0

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit fc3e4cd

Please sign in to comment.