@@ -0,0 +1,4 @@
+__version__ = '0.1.0'
+
+def version():
+ return 'PyHeatpump version : {}'.format(__version__)