summaryrefslogtreecommitdiff
path: root/seivot
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-06-30 16:55:28 +0100
committerLars Wirzenius <liw@liw.fi>2012-06-30 16:55:28 +0100
commitf33258da51a9efe8230ec01e463e2bd1a247b955 (patch)
treeff1857b1cd84552801e0d9185880365557d08a28 /seivot
parent3754cc4c766e9356721a9059bb2469ae28416a15 (diff)
downloadseivot-f33258da51a9efe8230ec01e463e2bd1a247b955.tar.gz
Prepare to release version 1.17
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()