diff --git a/dist/py/src/codemp/codemp.pyi b/dist/py/src/codemp/codemp.pyi
index aef51fb..4b0afdc 100644
--- a/dist/py/src/codemp/codemp.pyi
+++ b/dist/py/src/codemp/codemp.pyi
@@ -1,5 +1,7 @@
 from typing import Tuple, Optional, Callable
 
+def version() -> str: ...
+
 class Driver:
 	"""
 	this is akin to a big red button with a white "STOP" on top of it.