Skip to content

Commit

Permalink
src - Setting version to 2.9-0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phibos committed Oct 11, 2012
1 parent e081fb8 commit bfe1a9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
Version 2.9-0.2 (2012-10-11)
============================

* Fixing small bug in setup.py

Version 2.9-0.1 (2012-08-01)
============================

Expand Down
2 changes: 1 addition & 1 deletion ssdeep.pyx
@@ -1,7 +1,7 @@
"""
A wrapper for the ssdeep lib to generate fuzzy hashes.
"""
__version__ = "2.9-0.1"
__version__ = "2.9-0.2"
__all__ = ["Error", "compare", "hash", "hash_from_file"]

import sys
Expand Down

0 comments on commit bfe1a9f

Please sign in to comment.