Commit dadbe31f authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add third part to version string from outset

parent fdcd3547
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ from .session import Before
from .session import ResponseMessage
from .session import Session

__version__ = "0.1"
__version__ = "0.1.0"

__all__ = [
	"After",