Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
aldraco committed Mar 9, 2017
1 parent 56575ea commit 4b0fb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsely_raw_data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .event import (Event, SlotInfo, SessionInfo, TimestampInfo, VisitorInfo,
DisplayInfo, SlotsMixin, Metadata)

__version__ = '1.0.0'
__version__ = '2.0.0'

__all__ = ["Event", "SlotInfo", "SessionInfo", "TimestampInfo", "VisitorInfo",
"DisplayInfo", "SlotsMixin", "Metadata"]

0 comments on commit 4b0fb8f

Please sign in to comment.