\_\_init__.py should set the version though the following can be done to get the version: ``` import pkg_resources pkg_resources.require("uvloop")[0].version ```