Skip to content

Commit

Permalink
bump: version
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L. <[email protected]>
  • Loading branch information
lrq3000 committed Apr 23, 2015
1 parent db0e6c4 commit 690c9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structural_adaptive_ecc.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# the intra-ecc on filepath is the hardest because we won't know the size (not fixed-length), but we can use a field_delim. For intra-ecc on hash this is easy if the hash is fixed-length like MD5: we can precisely compute the length of the ECC, thus it will just be another field to extract in entry_fields.
#

__version__ = "0.9.4b"
__version__ = "0.9.5"

# Include the lib folder in the python import path (so that packaged modules can be easily called, such as gooey which always call its submodules via gooey parent module)
import sys, os
Expand Down

0 comments on commit 690c9ce

Please sign in to comment.