wylark
/
munter.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Implement 'auto-start in GUI' feature
[munter.git]
/
munter
/
__init__.py
diff --git
a/munter/__init__.py
b/munter/__init__.py
index 4393d40d0a73ab979cbbca6acb8587c662c6004b..7c459473f686574d4facf49cfba00955bcdc8229 100755
(executable)
--- a/
munter/__init__.py
+++ b/
munter/__init__.py
@@
-1,3
+1,4
@@
"""Main package for Munter.py"""
"""Main package for Munter.py"""
-__version__ = "2.1.0"
+__version__ = '2.2.1'
+__progname__ = 'Munter.py'
from .munter import time_calc
from .munter import time_calc