Skip to content

Commit 966bcb2

Browse files
committed
#64 Missing dependencies for MD2 and MD4 hash plugin
1 parent 6b9c68f commit 966bcb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818
__name__ = 'decoder-plus-plus'
19-
__version__ = '1.7.2'
19+
__version__ = '1.7.3'
2020
__author__ = 'bytebutcher'
2121

2222
import os

0 commit comments

Comments
 (0)