Browse Source

add version information to voixicron

Helmut Pozimski 7 years ago
parent
commit
60715eb622
1 changed files with 1 additions and 0 deletions
  1. 1 0
      voixicron.py

+ 1 - 0
voixicron.py

@@ -16,6 +16,7 @@ import sys
 from email.mime.multipart import MIMEMultipart
 from email.mime.text import MIMEText
 
+__version__ = "0.1"
 
 # Email server to be used to send the notification
 ADMIN_EMAIL = "root"