summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-01-28 14:58:17 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-01-28 14:58:17 +0000
commit2024583a303ef1a79709b7ecc9fc2dce22e8ce98 (patch)
treea33b00874aaf7ccdf450b320d7fa1c51d8add1c1 /morphlib/__init__.py
parente48bbe396cccb4f4be2e7170547cab1de3d6c623 (diff)
parent132951b02d1e4e628cfbafab2d35bcda9c1fc24e (diff)
downloadmorph-2024583a303ef1a79709b7ecc9fc2dce22e8ce98.tar.gz
Merge remote-tracking branch 'origin/baserock/richardmaw/morph-version'
Diffstat (limited to 'morphlib/__init__.py')
-rw-r--r--morphlib/__init__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index 213241d8..2d2f68a2 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2012 Codethink Limited
+# Copyright (C) 2011-2013 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -19,8 +19,9 @@
import cliapp
+import gitversion
-__version__ = '0.1'
+__version__ = gitversion.version
class Error(cliapp.AppException):