Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys
import setuptools
from distutils.sysconfig import get_config_vars
from pkg_resources import parse_version
from packaging.version import parse as parse_version
from setuptools import Distribution as _Distribution, setup
from setuptools.command.build_ext import build_ext as _build_ext
import errno
Expand Down
2 changes: 1 addition & 1 deletion src/ssdeep/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__summary__ = "Python wrapper for the ssdeep library"
__uri__ = "http://github.com/DinoTools/python-ssdeep"

__version__ = "3.4.1"
__version__ = "3.4.2"

__author__ = "PhiBo (DinoTools)"
__email__ = ""
Expand Down