diff --git a/ghidriff/__init__.py b/ghidriff/__init__.py index bdfe798..bac9cca 100644 --- a/ghidriff/__init__.py +++ b/ghidriff/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.6.0' +__version__ = '0.6.1' __author__ = 'clearbluejar' # Expose API diff --git a/setup.cfg b/setup.cfg index a8913c2..4dcb58c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 =