Browse Source

[package] added version in __init__

Maxime Alves LIRMM@home 3 years ago
parent
commit
b6b10c6fcf
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      pyheatpump/__init__.py

+ 4
- 0
pyheatpump/__init__.py View File

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

Loading…
Cancel
Save