Skip to content

Commit

Permalink
changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo committed Oct 28, 2014
1 parent d51d2db commit ee1c335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyheaderfile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__all__ = ['Csv', 'Xls', 'Xlsx', 'Ods']

VERSION = (0, 1, 5)
VERSION = (0, 1, 6)
__version__ = ".".join(map(str, VERSION))

class PyHeaderFile(object):
Expand Down

0 comments on commit ee1c335

Please sign in to comment.