summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xclab3
1 files changed, 3 insertions, 0 deletions
diff --git a/clab b/clab
index 33307a7..f68077b 100755
--- a/clab
+++ b/clab
@@ -23,6 +23,9 @@ import sys
import yaml
+__version__ = '0.1'
+
+
class Entry(object):
def __init__(self, parsed_yaml):