from twisted.python.versions import Version

version = Version(__name__[:__name__.rfind('.')], 0, 0, 1)
