Skip to content

Commit

Permalink
Merge branch 'hotfix/0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
fireyone29 committed Feb 9, 2015
2 parents ad5e58e + 2624586 commit 2a3d9b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ csv_object_reader


.. image:: https://readthedocs.org/projects/csv-object-reader/badge/?version=latest
:target: https://readthedocs.org/projects/csv-object-reader/?badge=latest
:target: http://csv-object-reader.readthedocs.org/en/latest/
:alt: Documentation Status


Expand Down
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.1"
__version__ = "0.1.1"

__all__ = (ObjectReader.__name__,)

0 comments on commit 2a3d9b4

Please sign in to comment.