Skip to content

Commit

Permalink
Merge tag '0.1' into develop
Browse files Browse the repository at this point in the history
Version 0.1
  • Loading branch information
fireyone29 committed Feb 9, 2015
2 parents 431984d + ad5e58e commit 4baf1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv_object_reader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from csv_object_reader.object_reader import ObjectReader

__author__ = "fireyone29"
__version__ = "0.0"
__version__ = "0.1"

__all__ = (ObjectReader.__name__,)

0 comments on commit 4baf1cd

Please sign in to comment.