Skip to content

Commit

Permalink
src - Set version to 2.9-0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phibos committed Aug 1, 2012
1 parent 810e3e1 commit 9e79556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssdeep.pyx
@@ -1,7 +1,7 @@
"""
A wrapper for the ssdeep lib to generate fuzzy hashes.
"""
__version__ = "2.8-0.1"
__version__ = "2.9-0.1"
__all__ = ["Error", "compare", "hash", "hash_from_file"]

import sys
Expand Down

0 comments on commit 9e79556

Please sign in to comment.