summaryrefslogtreecommitdiff
path: root/seivot
diff options
context:
space:
mode:
Diffstat (limited to 'seivot')
-rwxr-xr-xseivot5
1 files changed, 4 insertions, 1 deletions
diff --git a/seivot b/seivot
index a6588c1..04dc2cd 100755
--- a/seivot
+++ b/seivot
@@ -25,6 +25,9 @@ import tempfile
import time
+__version__ = '1.17'
+
+
class Measurement(object):
def __init__(self, time_output):
@@ -539,5 +542,5 @@ class Seivot(cliapp.Application):
if __name__ == '__main__':
- Seivot().run()
+ Seivot(version=__version__).run()